|
DBAbstract API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ro.raducora.connection.client.AdapterManager
Constructor Summary | |
AdapterManager()
|
Method Summary | |
boolean |
deregisterAdapter(AdapterBase adapter)
De-registers an adapter |
AdapterBase |
getRightAdapter(ConnectInfo info)
Gets right Adapter for job. |
boolean |
registerAdapter(AdapterBase adapter)
Registers an AdapterBase object |
void |
reloadProperties()
Reload properties for all adapters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdapterManager()
Method Detail |
public void reloadProperties()
public boolean registerAdapter(AdapterBase adapter)
adapter
- the type of adapter to register
public boolean deregisterAdapter(AdapterBase adapter)
adapter
- the type of adapter to de-register
public AdapterBase getRightAdapter(ConnectInfo info)
info
- the Connection information
|
DBAbstract API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |