|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JBIException | |
---|---|
javax.jbi.component | |
javax.jbi.management | |
javax.jbi.messaging |
Uses of JBIException in javax.jbi.component |
---|
Methods in javax.jbi.component that throw JBIException | |
---|---|
ServiceEndpoint |
ComponentContext.activateEndpoint(QName serviceName,
String endpointName)
Activates the named endpoint with the NMR. |
void |
Bootstrap.cleanUp()
Cleans up any resources allocated by the bootstrap implementation, including performing deregistration of the extension MBean, if applicable. |
void |
ComponentContext.deactivateEndpoint(ServiceEndpoint endpoint)
Deactivates the given endpoint with the NMR. |
void |
ComponentContext.deregisterExternalEndpoint(ServiceEndpoint externalEndpoint)
Deregisters the given external endpoint with the NMR. |
Document |
ComponentContext.getEndpointDescriptor(ServiceEndpoint endpoint)
Retrieve the service description metadata for the specified endpoint. |
Logger |
ComponentContext.getLogger(String suffix,
String resourceBundleName)
Get a logger instance from JBI. |
void |
ComponentLifeCycle.init(ComponentContext context)
Initialize the component. |
void |
Bootstrap.init(InstallationContext installContext)
Initializes the installation environment for a component. |
void |
Bootstrap.onInstall()
Called at the beginning of installation of a component to perform any special installation tasks required by the component. |
void |
Bootstrap.onUninstall()
Called at the beginning of uninstallation of a component to perform any special uninstallation tasks required by the component. |
void |
ComponentContext.registerExternalEndpoint(ServiceEndpoint externalEndpoint)
Registers the given external endpoint with the NMR. |
void |
ComponentLifeCycle.shutDown()
Shut down the component. |
void |
ComponentLifeCycle.start()
Start the component. |
void |
ComponentLifeCycle.stop()
Stop the component. |
Uses of JBIException in javax.jbi.management |
---|
Subclasses of JBIException in javax.jbi.management | |
---|---|
class |
DeploymentException
DeploymentException is an exception thrown by the Deployment Service and the Service Unit Manager. |
Methods in javax.jbi.management that throw JBIException | |
---|---|
ObjectName |
ComponentLifeCycleMBean.getExtensionMBeanName()
Get the JMX ObjectName for the life cycle extension MBean for this component. |
ObjectName |
InstallerMBean.getInstallerConfigurationMBean()
Get the installer configuration MBean name for this component. |
ObjectName |
InstallerMBean.install()
Install a component. |
void |
LifeCycleMBean.shutDown()
Shut down the item. |
void |
LifeCycleMBean.start()
Start the item. |
void |
LifeCycleMBean.stop()
Stop the item. |
void |
InstallerMBean.uninstall()
Uninstall the component. |
Uses of JBIException in javax.jbi.messaging |
---|
Subclasses of JBIException in javax.jbi.messaging | |
---|---|
class |
MessagingException
Generic exception used to report messaging related errors in the Normalized Message Service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |