org.mule.management.mbeans
Interface ConnectorServiceMBean
- All Known Implementing Classes:
- ConnectorService
public interface ConnectorServiceMBean
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.