|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UMOConnectable
Interface for objects that should connect to a resource.
Method Summary | |
---|---|
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 |
Method Detail |
---|
void connect() throws Exception
Exception
void disconnect() throws Exception
Exception
boolean isConnected()
String getConnectionDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |