org.omg.CosNaming

Class BindingIteratorPOA

public abstract class BindingIteratorPOA extends Servant implements BindingIteratorOperations, InvokeHandler

The binding iterator servant, used in POA-based naming service implementations.

Since: 1.4

Method Summary
String[]_all_interfaces(POA poa, byte[] object_ID)
OutputStream_invoke(String method, InputStream in, ResponseHandler rh)
Call the required method.
BindingIterator_this()
Get the CORBA object that delegates calls to this servant.
BindingIterator_this(ORB orb)
Get the CORBA object that delegates calls to this servant.

Method Detail

_all_interfaces

public String[] _all_interfaces(POA poa, byte[] object_ID)

UNKNOWN:

_invoke

public OutputStream _invoke(String method, InputStream in, ResponseHandler rh)
Call the required method.

_this

public BindingIterator _this()
Get the CORBA object that delegates calls to this servant. The servant must be already connected to an ORB.

_this

public BindingIterator _this(ORB orb)
Get the CORBA object that delegates calls to this servant. Connect to the given ORB, if needed.