org.mule.management.mbeans
Class ConnectorService
java.lang.Object
org.mule.management.mbeans.ConnectorService
- All Implemented Interfaces:
- ConnectorServiceMBean
- public class ConnectorService
- extends Object
- implements ConnectorServiceMBean
- Author:
- Andrew Perepelytsya $Id:
ConnectorService.java 3183 2006-09-23 09:27:47Z rossmason $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorService
public ConnectorService(UMOConnector connector)
isStarted
public boolean isStarted()
- Specified by:
isStarted in interface ConnectorServiceMBean
isDisposed
public boolean isDisposed()
- Specified by:
isDisposed in interface ConnectorServiceMBean
isDisposing
public boolean isDisposing()
- Specified by:
isDisposing in interface ConnectorServiceMBean
getName
public String getName()
- Specified by:
getName in interface ConnectorServiceMBean
getProtocol
public String getProtocol()
- Specified by:
getProtocol in interface ConnectorServiceMBean
getExceptionListener
public ExceptionListener getExceptionListener()
- Specified by:
getExceptionListener in interface ConnectorServiceMBean
getDispatcherFactory
public UMOMessageDispatcherFactory getDispatcherFactory()
- Specified by:
getDispatcherFactory in interface ConnectorServiceMBean
startConnector
public void startConnector()
throws UMOException
- Specified by:
startConnector in interface ConnectorServiceMBean
- Throws:
UMOException
stopConnector
public void stopConnector()
throws UMOException
- Specified by:
stopConnector in interface ConnectorServiceMBean
- Throws:
UMOException
dispose
public void dispose()
- Specified by:
dispose in interface ConnectorServiceMBean
initialise
public void initialise()
throws InitialisationException
- Specified by:
initialise in interface ConnectorServiceMBean
- Throws:
InitialisationException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.