org.mule.management.mbeans
Class ConnectorService

java.lang.Object
  extended by org.mule.management.mbeans.ConnectorService
All Implemented Interfaces:
ConnectorServiceMBean

public class ConnectorService
extends Object
implements ConnectorServiceMBean


Constructor Summary
ConnectorService(UMOConnector connector)
           
 
Method Summary
 void dispose()
           
 ExceptionListener getExceptionListener()
           
 String getName()
           
 String getProtocol()
           
 void initialise()
           
 boolean isDisposed()
           
 boolean isDisposing()
           
 boolean isStarted()
           
 void startConnector()
           
 void stopConnector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorService

public ConnectorService(UMOConnector connector)
Method Detail

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

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-2008 MuleSource, Inc.. All Rights Reserved.