org.mule.management.mbeans
Interface ConnectorServiceMBean

All Known Implementing Classes:
ConnectorService

public interface ConnectorServiceMBean

Author:
Andrew Perepelytsya $Id: ConnectorServiceMBean.java 3167 2006-09-22 15:47:04Z holger $

Method Summary
 void dispose()
           
 UMOMessageDispatcherFactory getDispatcherFactory()
           
 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()

getDispatcherFactory

public UMOMessageDispatcherFactory getDispatcherFactory()

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,
                       RecoverableException
Throws:
InitialisationException
RecoverableException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.