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
Exception
void disconnect() throws Exception
Exception
boolean isConnected()
String getConnectionDescription()
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.