Constructor and Description |
---|
DelegateImpl(ORB orb,
POAFactory factory) |
Modifier and Type | Method and Description |
---|---|
POA |
default_POA(Servant self)
The default behavior of this function is to return the
root POA from the ORB instance associated with the servant.
|
Object |
get_interface_def(Servant Self)
This operation returns an object in the Interface Repository
which provides type information that may be useful to a program.
|
boolean |
is_a(Servant self,
String repId)
This method checks to see if the specified repid is present
on the list returned by _all_interfaces() or is the
repository id for the generic CORBA Object.
|
boolean |
non_existent(Servant self)
This operation is used to check for the existence of the
Object.
|
byte[] |
object_id(Servant self)
The method _object_id() is equivalent
to calling PortableServer::Current::get_object_id.
|
ORB |
orb(Servant self)
Convenience method that returns the instance of the ORB
currently associated with the Servant.
|
POA |
poa(Servant self)
The method _poa() is equivalent to
calling PortableServer::Current:get_POA.
|
Object |
this_object(Servant self)
This allows the servant to obtain the object reference for
the target CORBA Object it is incarnating for that request.
|
public DelegateImpl(ORB orb, POAFactory factory)
public ORB orb(Servant self)
Delegate
public Object this_object(Servant self)
Delegate
this_object
in interface Delegate
self
- the servant.public POA poa(Servant self)
Delegate
public byte[] object_id(Servant self)
Delegate
public POA default_POA(Servant self)
Delegate
default_POA
in interface Delegate
self
- the servant.public boolean is_a(Servant self, String repId)
Delegate
public boolean non_existent(Servant self)
Delegate
non_existent
in interface Delegate
self
- the servant.public Object get_interface_def(Servant Self)
Delegate
get_interface_def
in interface Delegate
Self
- the servant.Copyright © 2017 JBoss by Red Hat. All rights reserved.