Uses of Class
javax.jbi.JBIException

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
 void ComponentLifeCycle.init(ComponentContext context)
          Initialize the component.
 void ComponentLifeCycle.shutDown()
          Shut down the component.
 void ComponentLifeCycle.start()
          Start the component.
 void ComponentLifeCycle.stop()
          Stop the component.
 ServiceEndpoint ComponentContext.activateEndpoint(javax.xml.namespace.QName serviceName, java.lang.String endpointName)
          Activates the named endpoint with the NMR.
 void ComponentContext.deactivateEndpoint(ServiceEndpoint endpoint)
          Deactivates the given endpoint with the NMR.
 void ComponentContext.registerExternalEndpoint(ServiceEndpoint externalEndpoint)
          Registers the given external endpoint with the NMR.
 void ComponentContext.deregisterExternalEndpoint(ServiceEndpoint externalEndpoint)
          Deregisters the given external endpoint with the NMR.
 org.w3c.dom.Document ComponentContext.getEndpointDescriptor(ServiceEndpoint endpoint)
          Retrieve the service description metadata for the specified endpoint.
 java.util.logging.Logger ComponentContext.getLogger(java.lang.String suffix, java.lang.String resourceBundleName)
          Get a logger instance from JBI.
 void Bootstrap.init(InstallationContext installContext)
          Initializes the installation environment for a component.
 void Bootstrap.cleanUp()
          Cleans up any resources allocated by the bootstrap implementation, including performing deregistration of the extension MBean, if applicable.
 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.
 

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
 void LifeCycleMBean.start()
          Start the item.
 void LifeCycleMBean.stop()
          Stop the item.
 void LifeCycleMBean.shutDown()
          Shut down the item.
 javax.management.ObjectName InstallerMBean.getInstallerConfigurationMBean()
          Get the installer configuration MBean name for this component.
 javax.management.ObjectName InstallerMBean.install()
          Install a component.
 void InstallerMBean.uninstall()
          Uninstall the component.
 javax.management.ObjectName ComponentLifeCycleMBean.getExtensionMBeanName()
          Get the JMX ObjectName for the life cycle extension MBean for this 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.
 


Built 06/07/2005 11:16 AM on acer (SunOS 5.9)

Copyright (c) 2004-2005 Sun Microsystems Inc., All Rights Reserved.