public interface Connectable
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Make the connection to the underlying transport.
|
void |
disconnect()
Disconnect the from the underlying transport
|
String |
getConnectionDescription()
Returns a string identifying the underlying resource
|
boolean |
isConnected()
Determines if this object is connected or not
|
void connect()
throws Exception
Exceptionvoid disconnect()
throws Exception
Exceptionboolean isConnected()
String getConnectionDescription()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.