Uses of Class gnu.CORBA.Poa.AOM.Obj

Uses in package gnu.CORBA.Poa

Methods with parameter type gnu.CORBA.Poa.AOM.Obj

void
Put back the definition structure that has probably been removed earlier.

Methods with return type gnu.CORBA.Poa.AOM.Obj

AOM.Obj
AOM.add(byte[] key, gnuServantObject object, Servant servant, gnuPOA poa)
Add the new object to the repository.
AOM.Obj
Add the new object to the repository.
AOM.Obj
AOM.add(gnuServantObject object, Servant servant, gnuPOA poa)
Add the new object to the repository.
AOM.Obj
gnuPOA.findIorKey(byte[] ior_key)
Parses the given key, extracts poa and object id and searches for such reference.
AOM.Obj
gnuPOA.findKey(byte[] object_id, byte[] poa_id)
Recursively searches for the given key in the POA tree.
AOM.Obj
AOM.findObject(Object stored_object)
Get the record of the stored object.
AOM.Obj
Recursively searches for the given object in the POA tree.
AOM.Obj
Find the reference info for the given servant.
AOM.Obj
Recursively searches for the given servant in the POA tree.
AOM.Obj
AOM.findServant(Servant servant, boolean inactive)
Find the reference info for the given servant.
AOM.Obj
AOM.get(byte[] key)
Get the stored object.