javax.jbi.component |
|
Java Source File Name | Type | Comment |
Bootstrap.java | Interface | This interface is implemented by a JBI Component to provide any special
processing required at install/uninstall time. |
Component.java | Interface | This interface, implemented by component implementations, allows the JBI
implementation to query the component for various types of information. |
ComponentContext.java | Interface | This interface provides access to data needed by a JBI component about the
JBI environment in which it is installed, as well providing the means to
allow the component to inform the JBI environment about services provided by
this component. |
ComponentLifeCycle.java | Interface | This interface must be implemented by a JBI component to provide
initialization, start, stop, and shutdown life cycle processing. |
InstallationContext.java | Interface | This context contains information necessary for a JBI component to
perform its installation/uninstallation processing. |
ServiceUnitManager.java | Interface | This interface defines component-supplied methods for managing service
unit deployments, and is implemented by the component. |