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