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.
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
getAddress
public String getAddress()
getName
public String getName()
isConnected
public boolean isConnected()
connect
public void connect()
throws Exception
- Throws:
Exception
disconnect
public void disconnect()
throws Exception
- Throws:
Exception
getType
public String getType()
isSynchronous
public boolean isSynchronous()
getComponentName
public String getComponentName()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.