org.mule.module.management.mbean
Interface ConnectorServiceMBean

All Superinterfaces:
Initialisable
All Known Implementing Classes:
ConnectorService

public interface ConnectorServiceMBean
extends Initialisable


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Method Summary
 void dispose()
           
 ExceptionListener getExceptionListener()
           
 String getName()
           
 String getProtocol()
           
 boolean isDisposed()
           
 boolean isStarted()
           
 void startConnector()
           
 void stopConnector()
           
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 

Method Detail

isStarted

boolean isStarted()

isDisposed

boolean isDisposed()

getName

String getName()

getProtocol

String getProtocol()

getExceptionListener

ExceptionListener getExceptionListener()

startConnector

void startConnector()
                    throws MuleException
Throws:
MuleException

stopConnector

void stopConnector()
                   throws MuleException
Throws:
MuleException

dispose

void dispose()


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