org.mule.module.management.mbean
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()
           
 boolean isConnected()
           
 boolean isInbound()
           
 boolean isOutbound()
           
 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

isInbound

boolean isInbound()

isOutbound

boolean isOutbound()

isSynchronous

boolean isSynchronous()

getComponentName

String getComponentName()


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