org.omg.CosNaming

Class NamingContextExtPOA

public abstract class NamingContextExtPOA extends Servant implements NamingContextExtOperations, InvokeHandler

The extended naming service servant. After implementing the abstract methods the instance of this class can be connected to an ORB using POA.

Since: 1.4

Method Summary
String[]_all_interfaces(POA poa, byte[] object_ID)
OutputStream_invoke(String method, InputStream in, ResponseHandler rh)
NamingContextExt_this()
Get the CORBA object that delegates calls to this servant.
NamingContextExt_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)

UNKNOWN:

_this

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

_this

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