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 org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
stopConnector
public void stopConnector()
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
dispose
public void dispose()
initialise
public void initialise()
throws org.mule.umo.lifecycle.InitialisationException
- Throws:
org.mule.umo.lifecycle.InitialisationException
Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.