Uses of Class gnu.CORBA.Poa.gnuPOA

Uses in package gnu.CORBA.Interceptor

Constructors with parameter type gnu.CORBA.Poa.gnuPOA

gnuIorInfo.gnuIorInfo(ORB_1_4 an_orb, gnuPOA a_poa, IOR an_ior)
Create an instance.

Fields of type gnu.CORBA.Poa.gnuPOA

gnuPOA
The POA, to that IOR is related.

Uses in package gnu.CORBA.Poa

Constructors with parameter type gnu.CORBA.Poa.gnuPOA

LocalDelegate.LocalDelegate(gnuServantObject an_object, gnuPOA a_poa, byte[] an_id)
Create a local delegate, forwarding requests to the servant that must also be an invocation handler.
LocalRequest.LocalRequest(gnuServantObject local_object, gnuPOA a_poa, byte[] an_id)
Create an instance of the local request.
ServantDelegateImpl.ServantDelegateImpl(Servant a_servant, gnuPOA a_poa, byte[] a_servant_id)
Create the delegat for the servant that will be connected to the given poa.
gnuPOA.gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, Policy[] a_policies, ORB_1_4 an_orb)
Create a new abstract POA.
gnuServantObject.gnuServantObject(String[] a_repository_ids, byte[] an_id, gnuPOA a_poa, ORB_1_4 an_orb)
Create an object with no connected servant.
gnuServantObject.gnuServantObject(Servant a_servant, byte[] an_id, ORB_1_4 an_orb, gnuPOA a_poa)
Create a servant object, associated with the passed servant.
Create a servant object, associated with the passed servant.

Fields of type gnu.CORBA.Poa.gnuPOA

gnuPOA
The POA, where the object is connected.
gnuPOA
gnuPOA
The poa that takes care about this object.
gnuPOA
The root POA.

Methods with parameter type gnu.CORBA.Poa.gnuPOA

AOM.Obj
AOM.add(byte[] key, gnuServantObject object, Servant servant, gnuPOA poa)
Add the new object to the repository.
AOM.Obj
AOM.add(gnuServantObject object, Servant servant, gnuPOA poa)
Add the new object to the repository.
void
Add the POA that will be controlled by this manager.
void
This method is called when POA is destryed.
void
Remove the POA, releasing it from the control of this manager.