org.mule.management.mbeans
Interface EndpointServiceMBean

All Known Implementing Classes:
EndpointService

public interface EndpointServiceMBean

The EndpointServiceMBean allows you to check the confiugration of an endpoint and conect/disconnect endpoints manually.


Method Summary
 void connect()
           
 void disconnect()
           
 String getAddress()
           
 String getComponentName()
           
 String getName()
           
 String getType()
           
 boolean isConnected()
           
 boolean isSynchronous()
           
 

Method Detail

getAddress

String getAddress()

getName

String getName()

isConnected

boolean isConnected()

connect

void connect()
             throws Exception
Throws:
Exception

disconnect

void disconnect()
                throws Exception
Throws:
Exception

getType

String getType()

isSynchronous

boolean isSynchronous()

getComponentName

String getComponentName()


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