Classes in javax.jbi.component used by javax.jbi.component |
ComponentContext
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
This interface must be implemented by a JBI component to provide initialization,
start, stop, and shutdown life cycle processing. |
InstallationContext
This context contains information necessary for a JBI component to perform
its installation/uninstallation processing. |
ServiceUnitManager
This interface defines component-supplied methods for managing service
unit deployments, and is implemented by the component. |