| |
|
| java.lang.Object testengine.FooEngine
FooEngine | public class FooEngine implements ComponentLifeCycle,Component(Code) | | This class implements EngineLifeCycle. The JBI framework will start this
engine class automatically when JBI framework starts up.
author: Sun Microsystems, Inc. |
Inner Class :public class Receiver implements Runnable | |
IN_ONLY | final public static String IN_ONLY(Code) | | In Only MEP.
|
IN_OPTIONAL_OUT | final public static String IN_OPTIONAL_OUT(Code) | | In Optional Out MEP.
|
ROBUST_IN_ONLY | final public static String ROBUST_IN_ONLY(Code) | | Robust In Only MEP.
|
getDeploymentMBeanName | public javax.management.ObjectName getDeploymentMBeanName()(Code) | | Get the JMX ObjectName for the DeploymentMBean for this BPE. If there is
none, return null.
ObjectName the JMX object name of the DeploymentMBean or null ifthere is no DeploymentMBean. |
getExtensionMBeanName | public javax.management.ObjectName getExtensionMBeanName()(Code) | | Get the JMX ObjectName for any additional MBean for this BC. If there is
none, return null.
ObjectName the JMX object name of the additional MBean or nullif there is no additional MBean. |
shutDown | public void shutDown() throws javax.jbi.JBIException(Code) | | Shutdown the SE. This performs cleanup before the SE is terminated.
Once this has been called, init() must be called before the SE can be
started again with a call to start().
throws: javax.jbi.JBIException - if the SE is unable to shut down. |
|
|
|