org.nuxeo.runtime.model
Interface Component
- All Superinterfaces:
- Extensible
- All Known Implementing Classes:
- AbstractSearchEngineBackend, ActionService, CommentService, CompassBackend, ContentTemplateServiceImpl, CoreEventListenerServiceImpl, CoreService, DefaultComponent, DefaultPermissionService, DeploymentService, DirectoryServiceImpl, DirectoryTreeService, DocModifierServiceImpl, DocumentAdapterService, DocumentProviderManager, DocumentsListsService, DocumentViewCodecService, DublinCoreStorageService, EventService, FileManagerService, HtmlEditorPluginServiceImpl, ImagingComponent, IOManagerComponent, JMSDocumentMessageProducerService, LDAPDirectoryFactory, LifeCycleServiceImpl, LocationManagerService, LoginComponent, LoginPluginRegistry, MimetypeRegistryService, MockWAPIService, MultiDirectoryFactory, NotificationService, NXArchiveFactoryService, NXAuditEventsService, PlacefulServiceImpl, PlatformService, PluggableAuthenticationService, PluggableRestletService, PolicyServiceImpl, PublishingServiceImpl, QueryDataService, QueryModelService, RelationService, RemotingService, RepositoryManagerImpl, RepositoryService, ResultsProviderService, SchedulerRegistryService, ScriptingComponent, SearchServiceImpl, SearchUIConfigService, SecurityService, ServiceManagement, SQLDirectoryFactory, StreamingService, ThemeService, TransformService, TrashManagementService, TreeManagerService, TypeService, TypeService, UIDGeneratorService, UIPermissionService, URLServiceComponent, UserDataService, UserService, Versioning, VersioningModifierService, VersioningService, WebLayoutManagerImpl, WorkflowDocumentSecurityPolicyService, WorkflowRulesService, WorkflowServiceImpl, WSRemotingSessionManagerImpl
public interface Component
- extends Extensible
A Nuxeo Runtime component.
Components are extensible and adaptable objects and they provide
methods to respond to component life cycle events.
- Author:
- Bogdan Stefanescu
activate
void activate(ComponentContext context)
throws Exception
- Activates the component.
This method will be called by the runtime when a component is activated.
- Parameters:
context - the runtime context
- Throws:
Exception - if an error occurs during activation
deactivate
void deactivate(ComponentContext context)
throws Exception
- Deactivates the component.
This method will be called by the runtime when a component is deactivated.
- Parameters:
context - the runtime context
- Throws:
Exception - if an error occurs during activation
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.