Uses of Interface
org.omg.CORBA.Policy
Packages that use Policy
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
-
Uses of Policy in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that return PolicyModifier and TypeMethodDescriptionPIHandlerImpl.create_policy
(int type, Any val) This is the implementation of standard API defined in org.omg.CORBA.ORB class.PINoOpHandlerImpl.create_policy
(int type, Any val) IORInfoImpl.get_effective_policy
(int type) An ORB service implementation may determine what server side policy of a particular type is in effect for an IOR being constructed by calling the get_effective_policy operation.ClientRequestInfoImpl.get_request_policy
(int type) Returns the given policy in effect for this operation.ServerRequestInfoImpl.get_server_policy
(int type) Returns the policy in effect for this operation for the given policy type.Methods in com.sun.corba.ee.impl.interceptors with parameters of type PolicyModifier and TypeMethodDescriptionvoid
ORBInitInfoImpl.add_client_request_interceptor_with_policy
(ClientRequestInterceptor interceptor, Policy[] policies) void
ORBInitInfoImpl.add_ior_interceptor_with_policy
(IORInterceptor interceptor, Policy[] policies) void
ORBInitInfoImpl.add_server_request_interceptor_with_policy
(ServerRequestInterceptor interceptor, Policy[] policies) -
Uses of Policy in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement PolicyModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
(package private) final class
class
(package private) final class
(package private) final class
Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type PolicyMethods in com.sun.corba.ee.impl.oa.poa that return PolicyModifier and TypeMethodDescriptionIdAssignmentPolicyImpl.copy()
IdUniquenessPolicyImpl.copy()
ImplicitActivationPolicyImpl.copy()
LifespanPolicyImpl.copy()
RequestProcessingPolicyImpl.copy()
ServantRetentionPolicyImpl.copy()
ThreadPolicyImpl.copy()
Policies.get_effective_policy
(int type) POAImpl.getEffectivePolicy
(int type) Methods in com.sun.corba.ee.impl.oa.poa that return types with arguments of type PolicyMethods in com.sun.corba.ee.impl.oa.poa with parameters of type PolicyModifier and TypeMethodDescriptionprivate void
Policies.addToErrorSet
(Policy[] policies, int policyId, BitSet errorSet) Add the first index in policies at which the policy is of type policyId to errorSet, if the polictId is in policies (it may not be).POAImpl.create_POA
(String name, POAManager theManager, Policy[] policies) create_POA
Section 3.3.8.2private int
Policies.getPOAPolicyValue
(Policy policy) Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type Policy -
Uses of Policy in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement PolicyModifier and TypeClassDescriptionprivate static class
Fields in com.sun.corba.ee.impl.oa.rfm declared as PolicyModifier and TypeFieldDescriptionprivate static Policy
ReferenceFactoryManagerImpl.ReferenceManagerPolicy.thisPolicy
Fields in com.sun.corba.ee.impl.oa.rfm with type parameters of type PolicyModifier and TypeFieldDescriptionprivate final Map
<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> ReferenceFactoryManagerImpl.poatable
ReferenceFactoryManagerImpl.standardPolicies
Methods in com.sun.corba.ee.impl.oa.rfm that return PolicyModifier and TypeMethodDescriptionReferenceFactoryManagerImpl.ReferenceManagerPolicy.copy()
static Policy
ReferenceFactoryManagerImpl.ReferenceManagerPolicy.getPolicy()
Method parameters in com.sun.corba.ee.impl.oa.rfm with type arguments of type PolicyModifier and TypeMethodDescriptionReferenceFactoryManagerImpl.create
(String name, String repositoryId, List<Policy> policies, ServantLocator locator) void
ReferenceFactoryManagerImpl.restart
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories.void
ReferenceFactoryManagerImpl.restartFactories
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) -
Uses of Policy in com.sun.corba.ee.impl.oa.toa
Methods in com.sun.corba.ee.impl.oa.toa that return Policy -
Uses of Policy in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return PolicyModifier and TypeMethodDescriptionORBImpl.create_policy
(int type, Any val) ORBSingleton.create_policy
(int type, Any val) -
Uses of Policy in com.sun.corba.ee.spi.extension
Classes in com.sun.corba.ee.spi.extension that implement PolicyModifier and TypeClassDescriptionclass
Policy used to specify the copyObject implementation to use.class
Policy used to support the request partitioning feature and to specify the partition to use.class
Policy used to support the request partitioning feature and to specify the partition to use.class
Policy used to implement servant caching optimization in the POA.class
Policy used to implement zero IIOP port policy in the POA.Methods in com.sun.corba.ee.spi.extension that return Policy -
Uses of Policy in com.sun.corba.ee.spi.oa
Methods in com.sun.corba.ee.spi.oa that return PolicyModifier and TypeMethodDescriptionObjectAdapter.getEffectivePolicy
(int type) abstract Policy
ObjectAdapterBase.getEffectivePolicy
(int type) -
Uses of Policy in com.sun.corba.ee.spi.oa.rfm
Method parameters in com.sun.corba.ee.spi.oa.rfm with type arguments of type PolicyModifier and TypeMethodDescriptionReferenceFactoryManager.create
(String name, String repositoryId, List<Policy> policies, ServantLocator manager) Create a new reference factory with the given policies.void
ReferenceFactoryManager.restart
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories.void
ReferenceFactoryManager.restartFactories
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories. -
Uses of Policy in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return PolicyMethods in com.sun.corba.ee.spi.presentation.rmi with parameters of type PolicyModifier and TypeMethodDescriptionStubWrapper._set_policy_override
(Policy[] policies, SetOverrideType set_add) -
Uses of Policy in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return Policy -
Uses of Policy in org.omg.CORBA
Classes in org.omg.CORBA that implement PolicyFields in org.omg.CORBA declared as PolicyMethods in org.omg.CORBA that return PolicyModifier and TypeMethodDescriptionLocalObject._get_policy
(int policy_type) Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.Object._get_policy
(int policy_type) Returns thePolicy
object of the specified type which applies to this object._PolicyStub.copy()
Copies the policy object.PolicyOperations.copy()
Returns a copy of thePolicy
object.ORB.create_policy
(int type, Any val) Can be invoked to create new instances of policy objects of a specific type with specified initial state.static Policy
static Policy[]
DomainManagerOperations.get_domain_policy
(int policy_type) This returns the policy of the specified type for objects in this domain.static Policy
static Policy
PolicyHelper.read
(InputStream istream) static Policy[]
PolicyListHelper.read
(InputStream istream) Methods in org.omg.CORBA with parameters of type PolicyModifier and TypeMethodDescriptionLocalObject._set_policy_override
(Policy[] policies, SetOverrideType set_add) Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.Object._set_policy_override
(Policy[] policies, SetOverrideType set_add) Returns a newObject
with the given policies either replacing any existing policies in thisObject
or with the given policies added to the existing ones, depending on the value of the givenSetOverrideType
object.static void
static void
static void
PolicyHelper.write
(OutputStream ostream, Policy value) static void
PolicyListHelper.write
(OutputStream ostream, Policy[] value) Constructors in org.omg.CORBA with parameters of type PolicyModifierConstructorDescriptionPolicyHolder
(Policy initialValue) PolicyListHolder
(Policy[] initialValue) -
Uses of Policy in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return PolicyModifier and TypeMethodDescriptionObjectImpl._get_policy
(int policy_type) Retrieves thePolicy
object for thisObjectImpl
object that has the given policy type.Delegate.get_policy
(Object self, int policy_type) Returns thePolicy
object of the specified type which applies to this object.Methods in org.omg.CORBA.portable with parameters of type PolicyModifier and TypeMethodDescriptionObjectImpl._set_policy_override
(Policy[] policies, SetOverrideType set_add) Sets thisObjectImpl
object's override type for the given policies to the given instance ofSetOverrideType
.Delegate.set_policy_override
(Object self, Policy[] policies, SetOverrideType set_add) Associates the policies passed in with a newly created object reference that it returns. -
Uses of Policy in org.omg.CosTransactions
Subinterfaces of Policy in org.omg.CosTransactionsModifier and TypeInterfaceDescriptioninterface
org/omg/CosTransactions/InvocationPolicy.java .interface
org/omg/CosTransactions/NonTxTargetPolicy.java .interface
org/omg/CosTransactions/OTSPolicy.java .Classes in org.omg.CosTransactions that implement PolicyModifier and TypeClassDescriptionclass
org/omg/CosTransactions/_InvocationPolicyStub.java .class
org/omg/CosTransactions/_NonTxTargetPolicyStub.java .class
org/omg/CosTransactions/_OTSPolicyStub.java .Methods in org.omg.CosTransactions that return PolicyModifier and TypeMethodDescription_InvocationPolicyStub.copy()
Copies the policy object._NonTxTargetPolicyStub.copy()
Copies the policy object._OTSPolicyStub.copy()
Copies the policy object.InvocationPolicyPOATie.copy()
Copies the policy object.NonTxTargetPolicyPOATie.copy()
Copies the policy object.OTSPolicyPOATie.copy()
Copies the policy object. -
Uses of Policy in org.omg.Messaging
Subinterfaces of Policy in org.omg.MessagingModifier and TypeInterfaceDescriptioninterface
org/omg/Messaging/MaxHopsPolicy.java .interface
org/omg/Messaging/QueueOrderPolicy.java .interface
org/omg/Messaging/RebindPolicy.java .interface
org/omg/Messaging/RelativeRequestTimeoutPolicy.java .interface
org/omg/Messaging/RelativeRoundtripTimeoutPolicy.java .interface
org/omg/Messaging/ReplyEndTimePolicy.java .interface
org/omg/Messaging/ReplyPriorityPolicy.java .interface
org/omg/Messaging/ReplyStartTimePolicy.java .interface
org/omg/Messaging/RequestEndTimePolicy.java .interface
org/omg/Messaging/RequestPriorityPolicy.java .interface
org/omg/Messaging/RequestStartTimePolicy.java .interface
org/omg/Messaging/RoutingPolicy.java .interface
org/omg/Messaging/SyncScopePolicy.java .Classes in org.omg.Messaging that implement PolicyModifier and TypeClassDescriptionclass
org/omg/Messaging/_MaxHopsPolicyStub.java .class
org/omg/Messaging/_QueueOrderPolicyStub.java .class
org/omg/Messaging/_RebindPolicyStub.java .class
org/omg/Messaging/_RelativeRequestTimeoutPolicyStub.java .class
org/omg/Messaging/_RelativeRoundtripTimeoutPolicyStub.java .class
org/omg/Messaging/_ReplyEndTimePolicyStub.java .class
org/omg/Messaging/_ReplyPriorityPolicyStub.java .class
org/omg/Messaging/_ReplyStartTimePolicyStub.java .class
org/omg/Messaging/_RequestEndTimePolicyStub.java .class
org/omg/Messaging/_RequestPriorityPolicyStub.java .class
org/omg/Messaging/_RequestStartTimePolicyStub.java .class
org/omg/Messaging/_RoutingPolicyStub.java .class
org/omg/Messaging/_SyncScopePolicyStub.java .Methods in org.omg.Messaging that return PolicyModifier and TypeMethodDescription_MaxHopsPolicyStub.copy()
Copies the policy object._QueueOrderPolicyStub.copy()
Copies the policy object._RebindPolicyStub.copy()
Copies the policy object._RelativeRequestTimeoutPolicyStub.copy()
Copies the policy object._RelativeRoundtripTimeoutPolicyStub.copy()
Copies the policy object._ReplyEndTimePolicyStub.copy()
Copies the policy object._ReplyPriorityPolicyStub.copy()
Copies the policy object._ReplyStartTimePolicyStub.copy()
Copies the policy object._RequestEndTimePolicyStub.copy()
Copies the policy object._RequestPriorityPolicyStub.copy()
Copies the policy object._RequestStartTimePolicyStub.copy()
Copies the policy object._RoutingPolicyStub.copy()
Copies the policy object._SyncScopePolicyStub.copy()
Copies the policy object.MaxHopsPolicyPOATie.copy()
Copies the policy object.QueueOrderPolicyPOATie.copy()
Copies the policy object.RebindPolicyPOATie.copy()
Copies the policy object.RelativeRequestTimeoutPolicyPOATie.copy()
Copies the policy object.RelativeRoundtripTimeoutPolicyPOATie.copy()
Copies the policy object.ReplyEndTimePolicyPOATie.copy()
Copies the policy object.ReplyPriorityPolicyPOATie.copy()
Copies the policy object.ReplyStartTimePolicyPOATie.copy()
Copies the policy object.RequestEndTimePolicyPOATie.copy()
Copies the policy object.RequestPriorityPolicyPOATie.copy()
Copies the policy object.RequestStartTimePolicyPOATie.copy()
Copies the policy object.RoutingPolicyPOATie.copy()
Copies the policy object.SyncScopePolicyPOATie.copy()
Copies the policy object. -
Uses of Policy in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return PolicyModifier and TypeMethodDescriptionPolicyFactoryOperations.create_policy
(int type, Any value) Returns an instance of the appropriate interface derived fromCORBA.Policy
whose value corresponds to the specified any.IORInfoOperations.get_effective_policy
(int type) Allows an ORB service implementation to determine what server side policy of a particular type is in effect for an IOR being constructed.ClientRequestInfoOperations.get_request_policy
(int type) Returns the given policy in effect for this operation.ServerRequestInfoOperations.get_server_policy
(int type) Returns the policy in effect for this operation for the given policy type. -
Uses of Policy in org.omg.PortableServer
Subinterfaces of Policy in org.omg.PortableServerModifier and TypeInterfaceDescriptioninterface
IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interface
The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interface
This policy specifies whether implicit activation of servants is supported in the created POA.interface
The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interface
This policy specifies how requests are processed by the created POA.interface
This policy specifies whether the created POA retains active servants in an Active Object Map.interface
The ThreadPolicy specifies the threading model used with the created POA.Methods in org.omg.PortableServer with parameters of type PolicyModifier and TypeMethodDescriptionPOAOperations.create_POA
(String adapter_name, POAManager a_POAManager, Policy[] policies) This operation creates a new POA as a child of the target POA.