|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConFactoryInfoOperations
Information on an OCI ConFactory object.
ConFactory
Method Summary | |
---|---|
void |
add_connect_cb(ConnectCB cb)
Add a callback that is called whenever a new connection is established. |
String |
describe()
Returns a human readable description of the transport. |
String |
id()
The plugin id. |
void |
remove_connect_cb(ConnectCB cb)
Remove a connect callback. |
int |
tag()
The profile id tag. |
Method Detail |
---|
String id()
int tag()
String describe()
void add_connect_cb(ConnectCB cb)
cb
- The callback to add.void remove_connect_cb(ConnectCB cb)
cb
- The callback to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |