Uses of Class
org.omg.PortableServer.POAPackage.WrongPolicy
Packages that use WrongPolicy
Package
Description
-
Uses of WrongPolicy in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw WrongPolicyModifier and TypeMethodDescriptionbyte[]
POAImpl.activate_object
(Servant servant) activate_object
Section 3.3.8.14void
POAImpl.activate_object_with_id
(byte[] id, Servant servant) activate_object_with_id
Section 3.3.8.15void
POAPolicyMediator.activateObject
(byte[] id, Servant servant) final void
POAPolicyMediatorBase_R.activateObject
(byte[] id, Servant servant) final void
POAPolicyMediatorImpl_NR_UDS.activateObject
(byte[] id, Servant servant) final void
POAPolicyMediatorImpl_NR_USM.activateObject
(byte[] id, Servant servant) POAImpl.create_reference
(String repId) create_reference
3.3.8.17void
POAImpl.deactivate_object
(byte[] id) deactivate_object
3.3.8.16protected void
POAPolicyMediatorBase_R.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant s) void
POAPolicyMediatorImpl_R_USM.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) POAPolicyMediator.deactivateObject
(byte[] id) Deactivate the object that is associated with the given id.POAPolicyMediatorBase_R.deactivateObject
(byte[] id) POAPolicyMediatorBase_R.deactivateObject
(ActiveObjectMap.Key key) POAPolicyMediatorImpl_NR_UDS.deactivateObject
(byte[] id) POAPolicyMediatorImpl_NR_USM.deactivateObject
(byte[] id) POAImpl.get_servant()
get_servant
Section 3.3.8.12POAImpl.get_servant_manager()
get_servant_manager
Section 3.3.8.10POAPolicyMediator.getDefaultServant()
Return the default servant.POAPolicyMediatorImpl_NR_UDS.getDefaultServant()
POAPolicyMediatorImpl_NR_USM.getDefaultServant()
POAPolicyMediatorImpl_R_AOM.getDefaultServant()
POAPolicyMediatorImpl_R_UDS.getDefaultServant()
POAPolicyMediatorImpl_R_USM.getDefaultServant()
abstract ActiveObjectMap.Key
POAPolicyMediator.getServantManager()
Return the servant manager.POAPolicyMediatorImpl_NR_UDS.getServantManager()
POAPolicyMediatorImpl_NR_USM.getServantManager()
POAPolicyMediatorImpl_R_AOM.getServantManager()
POAPolicyMediatorImpl_R_UDS.getServantManager()
POAPolicyMediatorImpl_R_USM.getServantManager()
POAImpl.id_to_reference
(byte[] id) id_to_reference
3.3.8.24POAImpl.id_to_servant
(byte[] id) id_to_servant
3.3.8.23POAPolicyMediator.idToServant
(byte[] id) POAPolicyMediatorImpl_NR_UDS.idToServant
(byte[] id) POAPolicyMediatorImpl_NR_USM.idToServant
(byte[] id) POAPolicyMediatorImpl_R_AOM.idToServant
(byte[] id) POAPolicyMediatorImpl_R_UDS.idToServant
(byte[] id) POAPolicyMediatorImpl_R_USM.idToServant
(byte[] id) byte[]
POAPolicyMediator.newSystemId()
Allocate a new, unique system ID.byte[]
POAPolicyMediatorBase.newSystemId()
byte[]
POAImpl.reference_to_id
(Object reference) reference_to_id
3.3.8.22POAImpl.reference_to_servant
(Object reference) reference_to_servant
3.3.8.21byte[]
POAImpl.servant_to_id
(Servant servant) servant_to_id
3.3.8.19POAImpl.servant_to_reference
(Servant servant) servant_to_reference
3.3.8.20byte[]
POAPolicyMediator.servantToId
(Servant servant) byte[]
POAPolicyMediatorBase_R.servantToId
(Servant servant) byte[]
POAPolicyMediatorImpl_NR_UDS.servantToId
(Servant servant) byte[]
POAPolicyMediatorImpl_NR_USM.servantToId
(Servant servant) void
POAImpl.set_servant
(Servant defaultServant) set_servant
Section 3.3.8.13void
POAImpl.set_servant_manager
(ServantManager servantManager) set_servant_manager
Section 3.3.8.10void
POAPolicyMediator.setDefaultServant
(Servant servant) Set the default servant.void
POAPolicyMediatorImpl_NR_UDS.setDefaultServant
(Servant servant) void
POAPolicyMediatorImpl_NR_USM.setDefaultServant
(Servant servant) void
POAPolicyMediatorImpl_R_AOM.setDefaultServant
(Servant servant) void
POAPolicyMediatorImpl_R_UDS.setDefaultServant
(Servant servant) void
POAPolicyMediatorImpl_R_USM.setDefaultServant
(Servant servant) void
POAPolicyMediator.setServantManager
(ServantManager servantManager) Set the servant manager.void
POAPolicyMediatorImpl_NR_UDS.setServantManager
(ServantManager servantManager) void
POAPolicyMediatorImpl_NR_USM.setServantManager
(ServantManager servantManager) void
POAPolicyMediatorImpl_R_AOM.setServantManager
(ServantManager servantManager) void
POAPolicyMediatorImpl_R_UDS.setServantManager
(ServantManager servantManager) void
POAPolicyMediatorImpl_R_USM.setServantManager
(ServantManager servantManager) -
Uses of WrongPolicy in org.omg.PortableServer
Methods in org.omg.PortableServer that throw WrongPolicyModifier and TypeMethodDescriptionbyte[]
POAOperations.activate_object
(Servant p_servant) This operation generates an Object Id and enters the Object Id and the specified servant in the Active Object Map.void
POAOperations.activate_object_with_id
(byte[] id, Servant p_servant) This operation enters an association between the specified Object Id and the specified servant in the Active Object Map.POAOperations.create_reference
(String intf) This operation creates an object reference that encapsulates a POA-generated Object Id value and the specified interface repository id.void
POAOperations.deactivate_object
(byte[] oid) This operation causes the ObjectId specified in the oid parameter to be deactivated.POAOperations.get_servant()
This operation returns the default servant associated with the POA.POAOperations.get_servant_manager()
If the ServantRetentionPolicy of the POA is RETAIN, then the ServantManager argument (imgr) shall support the ServantActivator interface.POAOperations.id_to_reference
(byte[] oid) If an object with the specified Object Id value is currently active, a reference encapsulating the information used to activate the object is returned.POAOperations.id_to_servant
(byte[] oid) If the POA has the RETAIN policy and the specified ObjectId is in the Active Object Map, this operation returns the servant associated with that object in the Active Object Map.byte[]
POAOperations.reference_to_id
(Object reference) This operation returns the Object Id value encapsulated by the specified reference.POAOperations.reference_to_servant
(Object reference) If the POA has the RETAIN policy and the specified object is present in the Active Object Map, this operation returns the servant associated with that object in the Active Object Map.byte[]
POAOperations.servant_to_id
(Servant p_servant) This operation has four possible behaviors.POAOperations.servant_to_reference
(Servant p_servant) This operation requires the RETAIN policy and either the UNIQUE_ID or IMPLICIT_ACTIVATION policies if invoked outside the context of an operation dispatched by this POA.void
POAOperations.set_servant
(Servant p_servant) This operation registers the specified servant with the POA as the default servant.void
POAOperations.set_servant_manager
(ServantManager imgr) This operation sets the default servant manager associated with the POA. -
Uses of WrongPolicy in org.omg.PortableServer.POAPackage
Fields in org.omg.PortableServer.POAPackage declared as WrongPolicyMethods in org.omg.PortableServer.POAPackage that return WrongPolicyModifier and TypeMethodDescriptionstatic WrongPolicy
static WrongPolicy
WrongPolicyHelper.read
(InputStream istream) Methods in org.omg.PortableServer.POAPackage with parameters of type WrongPolicyModifier and TypeMethodDescriptionstatic void
WrongPolicyHelper.insert
(Any a, WrongPolicy that) static void
WrongPolicyHelper.write
(OutputStream ostream, WrongPolicy value) Constructors in org.omg.PortableServer.POAPackage with parameters of type WrongPolicy