|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.AbstractConnector
org.mule.providers.jbi.JbiConnector
JbiConnector
can bind to a JBI container allowing components to
send events via Mule.
Field Summary |
Fields inherited from interface org.mule.umo.provider.UMOConnector |
INT_VALUE_NOT_SET |
Constructor Summary | |
JbiConnector()
|
Method Summary | |
protected void |
doConnect()
Template method where any connections should be made for the connector |
protected void |
doDisconnect()
Template method where any connected resources used by the connector should be disconnected |
protected void |
doDispose()
Template method to perform any work when destroying the connectoe |
protected void |
doInitialise()
|
protected void |
doStart()
Template method to perform any work when starting the connectoe |
protected void |
doStop()
Template method to perform any work when stopping the connectoe |
javax.jbi.component.ComponentContext |
getComponentContext()
|
javax.jbi.messaging.DeliveryChannel |
getDeliveryChannel()
|
javax.jbi.messaging.MessageExchangeFactory |
getExchangeFactory()
|
javax.management.ObjectName |
getExtensionMBeanName()
|
String |
getProtocol()
|
void |
init(javax.jbi.component.ComponentContext componentContext)
|
void |
setExtensionMBeanName(javax.management.ObjectName extensionMBeanName)
|
void |
shutDown()
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JbiConnector()
Method Detail |
protected void doInitialise() throws InitialisationException
doInitialise
in class AbstractConnector
InitialisationException
protected void doDispose()
AbstractConnector
doDispose
in class AbstractConnector
protected void doConnect() throws Exception
AbstractConnector
doConnect
in class AbstractConnector
Exception
protected void doDisconnect() throws Exception
AbstractConnector
doDisconnect
in class AbstractConnector
Exception
protected void doStart() throws UMOException
AbstractConnector
doStart
in class AbstractConnector
UMOException
- if the method failsprotected void doStop() throws UMOException
AbstractConnector
doStop
in class AbstractConnector
UMOException
- if the method failspublic String getProtocol()
getProtocol
in interface UMOConnector
public javax.management.ObjectName getExtensionMBeanName()
getExtensionMBeanName
in interface javax.jbi.component.ComponentLifeCycle
public void setExtensionMBeanName(javax.management.ObjectName extensionMBeanName)
public javax.jbi.component.ComponentContext getComponentContext()
public javax.jbi.messaging.DeliveryChannel getDeliveryChannel()
public javax.jbi.messaging.MessageExchangeFactory getExchangeFactory()
public void init(javax.jbi.component.ComponentContext componentContext) throws javax.jbi.JBIException
init
in interface javax.jbi.component.ComponentLifeCycle
javax.jbi.JBIException
ComponentLifeCycle.init(ComponentContext)
public void start()
start
in interface javax.jbi.component.ComponentLifeCycle
ComponentLifeCycle.start()
public void stop()
stop
in interface javax.jbi.component.ComponentLifeCycle
ComponentLifeCycle.stop()
public void shutDown() throws javax.jbi.JBIException
shutDown
in interface javax.jbi.component.ComponentLifeCycle
javax.jbi.JBIException
ComponentLifeCycle.shutDown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |