Package org.nuxeo.runtime.jtajca
Class JtaActivator
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.runtime.jtajca.JtaActivator
- All Implemented Interfaces:
- Adaptable,- Component,- Extensible,- TimestampedService
If this bundle is present in the running platform it should automatically install the NuxeoContainer.
- Author:
- Bogdan Stefanescu
- 
Field SummaryFieldsFields inherited from class org.nuxeo.runtime.model.DefaultComponentlastModified, name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidactivate(ComponentContext context) Activates the component.voiddeactivate(ComponentContext context) Deactivates the component.Methods inherited from class org.nuxeo.runtime.model.DefaultComponentaddRuntimeMessage, addRuntimeMessage, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtensionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.ComponentgetApplicationStartedOrder
- 
Field Details- 
AUTO_ACTIVATION- See Also:
 
 
- 
- 
Constructor Details- 
JtaActivatorpublic JtaActivator()
 
- 
- 
Method Details- 
activateDescription copied from interface:ComponentActivates the component.This method is called by the runtime when a component is activated. - Specified by:
- activatein interface- Component
- Overrides:
- activatein class- DefaultComponent
- Parameters:
- context- the runtime context
 
- 
deactivateDescription copied from interface:ComponentDeactivates the component.This method is called by the runtime when a component is deactivated. - Specified by:
- deactivatein interface- Component
- Overrides:
- deactivatein class- DefaultComponent
- Parameters:
- context- the runtime context
 
 
-