public interface Connector
Modifier and Type | Method and Description |
---|---|
void |
close()
closes the connector
|
Connection |
createConnection()
Create and return a connection from this connector.
|
boolean |
isStarted()
returns true if the connector is started, oterwise false.
|
void |
start()
starts the connector
|
void start()
void close()
boolean isStarted()
Connection createConnection()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.