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

boolean isStarted()

isDisposed

boolean isDisposed()

isDisposing

boolean isDisposing()

getName

String getName()

getProtocol

String getProtocol()

getExceptionListener

ExceptionListener getExceptionListener()

startConnector

void startConnector()
                    throws UMOException
Throws:
UMOException

stopConnector

void stopConnector()
                   throws UMOException
Throws:
UMOException

dispose

void dispose()

initialise

void initialise()
                throws InitialisationException
Throws:
InitialisationException


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