org.mule.management.mbeans
Interface ConnectorServiceMBean

All Known Implementing Classes:
ConnectorService

public interface ConnectorServiceMBean


Method Summary
 void dispose()
           
 ExceptionListener getExceptionListener()
           
 String getName()
           
 String getProtocol()
           
 void initialise()
           
 boolean isDisposed()
           
 boolean isDisposing()
           
 boolean isStarted()
           
 void startConnector()
           
 void stopConnector()
           
 

Method Detail

isStarted

public boolean isStarted()

isDisposed

public boolean isDisposed()

isDisposing

public boolean isDisposing()

getName

public String getName()

getProtocol

public String getProtocol()

getExceptionListener

public ExceptionListener getExceptionListener()

startConnector

public void startConnector()
                    throws UMOException
Throws:
UMOException

stopConnector

public void stopConnector()
                   throws UMOException
Throws:
UMOException

dispose

public void dispose()

initialise

public void initialise()
                throws InitialisationException
Throws:
InitialisationException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.