|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosNaming.NamingContextPOA
public abstract class NamingContextPOA
The naming service servant. After implementing the abstract methods the instance of this class can be connected to an ORB using POA.
Constructor Summary | |
---|---|
NamingContextPOA()
|
Method Summary | |
---|---|
String[] |
_all_interfaces(POA poa,
byte[] object_ID)
Get the repository ids of all interfaces, supported by the CORBA object, identified by the passed Id. |
OutputStream |
_invoke(String method,
InputStream in,
ResponseHandler rh)
The server calls this method after receiving the request message from client. |
NamingContext |
_this()
Get the CORBA object that delegates calls to this servant. |
NamingContext |
_this(ORB orb)
Get the CORBA object that delegates calls to this servant. |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CosNaming.NamingContextOperations |
---|
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbind |
Constructor Detail |
---|
public NamingContextPOA()
Method Detail |
---|
public String[] _all_interfaces(POA poa, byte[] object_ID)
Servant
_all_interfaces
in class Servant
poa
- a POA of the given object.object_ID
- the object Id of the given object.
public OutputStream _invoke(String method, InputStream in, ResponseHandler rh)
_invoke
in interface InvokeHandler
method
- the method being invoked.in
- the stream to read parameters from.rh
- the handler to get a stream for writing a response.
public NamingContext _this()
public NamingContext _this(ORB orb)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |