|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connector
A Connector is used by the client for creating and controlling a connection.
Method Summary | |
---|---|
void |
close()
closes the connector |
Connection |
createConnection()
Create and return a connection from this connector. |
boolean |
isEquivalent(Map<String,Object> configuration)
If the configuration is equivalent to this connector, which means if the parameter configuration is used to create a connection to a target node, it will be the same node as of the connections made with this connector. |
boolean |
isStarted()
returns true if the connector is started, oterwise false. |
void |
start()
starts the connector |
Method Detail |
---|
void start()
void close()
boolean isStarted()
Connection createConnection()
boolean isEquivalent(Map<String,Object> configuration)
configuration
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |