org.apache.yoko.orb.OCI
Interface ConFactoryInfoOperations

All Known Subinterfaces:
ConFactoryInfo, ConFactoryInfo, ConFactoryInfoOperations

public interface ConFactoryInfoOperations

Information on an OCI ConFactory object.

See Also:
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

id

String id()
The plugin id.


tag

int tag()
The profile id tag.


describe

String describe()
Returns a human readable description of the transport.

Returns:
The description.

add_connect_cb

void add_connect_cb(ConnectCB cb)
Add a callback that is called whenever a new connection is established. If the callback has already been registered, this method has no effect.

Parameters:
cb - The callback to add.

remove_connect_cb

void remove_connect_cb(ConnectCB cb)
Remove a connect callback. If the callback was not registered, this method has no effect.

Parameters:
cb - The callback to remove.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.