Uses of Interface
org.omg.CORBA.Policy
-
Packages that use Policy Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.impl.oa.toa com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.extension com.sun.corba.ee.spi.oa com.sun.corba.ee.spi.oa.rfm com.sun.corba.ee.spi.presentation.rmi com.sun.corba.ee.spi.protocol org.omg.CORBA 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).org.omg.CORBA.portable 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.org.omg.CosTransactions org.omg.Messaging org.omg.PortableInterceptor org.omg.PortableServer -
-
Uses of Policy in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that return Policy Modifier and Type Method Description PolicyPIHandlerImpl. create_policy(int type, Any val)This is the implementation of standard API defined in org.omg.CORBA.ORB class.PolicyPINoOpHandlerImpl. create_policy(int type, Any val)PolicyIORInfoImpl. 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.PolicyClientRequestInfoImpl. get_request_policy(int type)Returns the given policy in effect for this operation.PolicyServerRequestInfoImpl. 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 Policy Modifier and Type Method Description voidORBInitInfoImpl. add_client_request_interceptor_with_policy(ClientRequestInterceptor interceptor, Policy[] policies)voidORBInitInfoImpl. add_ior_interceptor_with_policy(IORInterceptor interceptor, Policy[] policies)voidORBInitInfoImpl. 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 Policy Modifier and Type Class Description (package private) classIdAssignmentPolicyImpl(package private) classIdUniquenessPolicyImpl(package private) classImplicitActivationPolicyImpl(package private) classLifespanPolicyImplclassRequestProcessingPolicyImpl(package private) classServantRetentionPolicyImpl(package private) classThreadPolicyImplFields in com.sun.corba.ee.impl.oa.poa with type parameters of type Policy Modifier and Type Field Description private java.util.Map<java.lang.Integer,Policy>Policies. policyMapMethods in com.sun.corba.ee.impl.oa.poa that return Policy Modifier and Type Method Description PolicyIdAssignmentPolicyImpl. copy()PolicyIdUniquenessPolicyImpl. copy()PolicyImplicitActivationPolicyImpl. copy()PolicyLifespanPolicyImpl. copy()PolicyRequestProcessingPolicyImpl. copy()PolicyServantRetentionPolicyImpl. copy()PolicyThreadPolicyImpl. copy()PolicyPolicies. get_effective_policy(int type)PolicyPOAImpl. getEffectivePolicy(int type)Methods in com.sun.corba.ee.impl.oa.poa that return types with arguments of type Policy Modifier and Type Method Description (package private) java.util.Map<java.lang.Integer,Policy>Policies. getPolicies()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type Policy Modifier and Type Method Description private voidPolicies. addToErrorSet(Policy[] policies, int policyId, java.util.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).POAPOAImpl. create_POA(java.lang.String name, POAManager theManager, Policy[] policies)create_POASection 3.3.8.2private intPolicies. getPOAPolicyValue(Policy policy)Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type Policy Constructor Description Policies(Policy[] policies, int id)Main constructor used from POA::create_POA. -
Uses of Policy in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement Policy Modifier and Type Class Description private static classReferenceFactoryManagerImpl.ReferenceManagerPolicyFields in com.sun.corba.ee.impl.oa.rfm declared as Policy Modifier and Type Field Description private static PolicyReferenceFactoryManagerImpl.ReferenceManagerPolicy. thisPolicyFields in com.sun.corba.ee.impl.oa.rfm with type parameters of type Policy Modifier and Type Field Description private java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>>ReferenceFactoryManagerImpl. poatableprivate java.util.List<Policy>ReferenceFactoryManagerImpl. standardPoliciesMethods in com.sun.corba.ee.impl.oa.rfm that return Policy Modifier and Type Method Description PolicyReferenceFactoryManagerImpl.ReferenceManagerPolicy. copy()static PolicyReferenceFactoryManagerImpl.ReferenceManagerPolicy. getPolicy()Method parameters in com.sun.corba.ee.impl.oa.rfm with type arguments of type Policy Modifier and Type Method Description ReferenceFactoryReferenceFactoryManagerImpl. create(java.lang.String name, java.lang.String repositoryId, java.util.List<Policy> policies, ServantLocator locator)voidReferenceFactoryManagerImpl. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)Restart all ReferenceFactories.voidReferenceFactoryManagerImpl. restartFactories(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.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 Modifier and Type Method Description PolicyTOAImpl. getEffectivePolicy(int type) -
Uses of Policy in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return Policy Modifier and Type Method Description PolicyORBImpl. create_policy(int type, Any val)PolicyORBSingleton. 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 Policy Modifier and Type Class Description classCopyObjectPolicyPolicy used to specify the copyObject implementation to use.classLoadBalancingPolicyPolicy used to support the request partitioning feature and to specify the partition to use.classRequestPartitioningPolicyPolicy used to support the request partitioning feature and to specify the partition to use.classServantCachingPolicyPolicy used to implement servant caching optimization in the POA.classZeroPortPolicyPolicy used to implement zero IIOP port policy in the POA.Methods in com.sun.corba.ee.spi.extension that return Policy Modifier and Type Method Description PolicyCopyObjectPolicy. copy()PolicyLoadBalancingPolicy. copy()PolicyRequestPartitioningPolicy. copy()PolicyServantCachingPolicy. copy()PolicyZeroPortPolicy. copy() -
Uses of Policy in com.sun.corba.ee.spi.oa
Methods in com.sun.corba.ee.spi.oa that return Policy Modifier and Type Method Description PolicyObjectAdapter. getEffectivePolicy(int type)abstract PolicyObjectAdapterBase. 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 Policy Modifier and Type Method Description ReferenceFactoryReferenceFactoryManager. create(java.lang.String name, java.lang.String repositoryId, java.util.List<Policy> policies, ServantLocator manager)Create a new reference factory with the given policies.voidReferenceFactoryManager. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)Restart all ReferenceFactories.voidReferenceFactoryManager. restartFactories(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.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 Policy Modifier and Type Method Description PolicyStubWrapper. _get_policy(int policy_type)Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type Policy Modifier and Type Method Description ObjectStubWrapper. _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 Modifier and Type Method Description PolicyPIHandler. create_policy(int type, Any val) -
Uses of Policy in org.omg.CORBA
Classes in org.omg.CORBA that implement Policy Modifier and Type Class Description class_PolicyStubThe Stub for Policy.Fields in org.omg.CORBA declared as Policy Modifier and Type Field Description PolicyPolicyHolder. valuePolicy[]PolicyListHolder. valueMethods in org.omg.CORBA that return Policy Modifier and Type Method Description PolicyLocalObject. _get_policy(int policy_type)Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.PolicyObject. _get_policy(int policy_type)Returns thePolicyobject of the specified type which applies to this object.Policy_PolicyStub. copy()Copies the policy object.PolicyPolicyOperations. copy()Returns a copy of thePolicyobject.PolicyORB. 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 PolicyPolicyHelper. extract(Any a)static Policy[]PolicyListHelper. extract(Any a)PolicyDomainManagerOperations. get_domain_policy(int policy_type)This returns the policy of the specified type for objects in this domain.static PolicyPolicyHelper. narrow(Object obj)static PolicyPolicyHelper. read(InputStream istream)static Policy[]PolicyListHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type Policy Modifier and Type Method Description ObjectLocalObject. _set_policy_override(Policy[] policies, SetOverrideType set_add)Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.ObjectObject. _set_policy_override(Policy[] policies, SetOverrideType set_add)Returns a newObjectwith the given policies either replacing any existing policies in thisObjector with the given policies added to the existing ones, depending on the value of the givenSetOverrideTypeobject.static voidPolicyHelper. insert(Any a, Policy that)static voidPolicyListHelper. insert(Any a, Policy[] that)static voidPolicyHelper. write(OutputStream ostream, Policy value)static voidPolicyListHelper. write(OutputStream ostream, Policy[] value)Constructors in org.omg.CORBA with parameters of type Policy Constructor Description PolicyHolder(Policy initialValue)PolicyListHolder(Policy[] initialValue) -
Uses of Policy in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Policy Modifier and Type Method Description PolicyObjectImpl. _get_policy(int policy_type)Retrieves thePolicyobject for thisObjectImplobject that has the given policy type.PolicyDelegate. get_policy(Object self, int policy_type)Returns thePolicyobject of the specified type which applies to this object.Methods in org.omg.CORBA.portable with parameters of type Policy Modifier and Type Method Description ObjectObjectImpl. _set_policy_override(Policy[] policies, SetOverrideType set_add)Sets thisObjectImplobject's override type for the given policies to the given instance ofSetOverrideType.ObjectDelegate. 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.CosTransactions Modifier and Type Interface Description interfaceInvocationPolicyorg/omg/CosTransactions/InvocationPolicy.java .interfaceNonTxTargetPolicyorg/omg/CosTransactions/NonTxTargetPolicy.java .interfaceOTSPolicyorg/omg/CosTransactions/OTSPolicy.java .Classes in org.omg.CosTransactions that implement Policy Modifier and Type Class Description class_InvocationPolicyStuborg/omg/CosTransactions/_InvocationPolicyStub.java .class_NonTxTargetPolicyStuborg/omg/CosTransactions/_NonTxTargetPolicyStub.java .class_OTSPolicyStuborg/omg/CosTransactions/_OTSPolicyStub.java .Methods in org.omg.CosTransactions that return Policy Modifier and Type Method Description Policy_InvocationPolicyStub. copy()Copies the policy object.Policy_NonTxTargetPolicyStub. copy()Copies the policy object.Policy_OTSPolicyStub. copy()Copies the policy object.PolicyInvocationPolicyPOATie. copy()Copies the policy object.PolicyNonTxTargetPolicyPOATie. copy()Copies the policy object.PolicyOTSPolicyPOATie. copy()Copies the policy object. -
Uses of Policy in org.omg.Messaging
Subinterfaces of Policy in org.omg.Messaging Modifier and Type Interface Description interfaceMaxHopsPolicyorg/omg/Messaging/MaxHopsPolicy.java .interfaceQueueOrderPolicyorg/omg/Messaging/QueueOrderPolicy.java .interfaceRebindPolicyorg/omg/Messaging/RebindPolicy.java .interfaceRelativeRequestTimeoutPolicyorg/omg/Messaging/RelativeRequestTimeoutPolicy.java .interfaceRelativeRoundtripTimeoutPolicyorg/omg/Messaging/RelativeRoundtripTimeoutPolicy.java .interfaceReplyEndTimePolicyorg/omg/Messaging/ReplyEndTimePolicy.java .interfaceReplyPriorityPolicyorg/omg/Messaging/ReplyPriorityPolicy.java .interfaceReplyStartTimePolicyorg/omg/Messaging/ReplyStartTimePolicy.java .interfaceRequestEndTimePolicyorg/omg/Messaging/RequestEndTimePolicy.java .interfaceRequestPriorityPolicyorg/omg/Messaging/RequestPriorityPolicy.java .interfaceRequestStartTimePolicyorg/omg/Messaging/RequestStartTimePolicy.java .interfaceRoutingPolicyorg/omg/Messaging/RoutingPolicy.java .interfaceSyncScopePolicyorg/omg/Messaging/SyncScopePolicy.java .Classes in org.omg.Messaging that implement Policy Modifier and Type Class Description class_MaxHopsPolicyStuborg/omg/Messaging/_MaxHopsPolicyStub.java .class_QueueOrderPolicyStuborg/omg/Messaging/_QueueOrderPolicyStub.java .class_RebindPolicyStuborg/omg/Messaging/_RebindPolicyStub.java .class_RelativeRequestTimeoutPolicyStuborg/omg/Messaging/_RelativeRequestTimeoutPolicyStub.java .class_RelativeRoundtripTimeoutPolicyStuborg/omg/Messaging/_RelativeRoundtripTimeoutPolicyStub.java .class_ReplyEndTimePolicyStuborg/omg/Messaging/_ReplyEndTimePolicyStub.java .class_ReplyPriorityPolicyStuborg/omg/Messaging/_ReplyPriorityPolicyStub.java .class_ReplyStartTimePolicyStuborg/omg/Messaging/_ReplyStartTimePolicyStub.java .class_RequestEndTimePolicyStuborg/omg/Messaging/_RequestEndTimePolicyStub.java .class_RequestPriorityPolicyStuborg/omg/Messaging/_RequestPriorityPolicyStub.java .class_RequestStartTimePolicyStuborg/omg/Messaging/_RequestStartTimePolicyStub.java .class_RoutingPolicyStuborg/omg/Messaging/_RoutingPolicyStub.java .class_SyncScopePolicyStuborg/omg/Messaging/_SyncScopePolicyStub.java .Methods in org.omg.Messaging that return Policy Modifier and Type Method Description Policy_MaxHopsPolicyStub. copy()Copies the policy object.Policy_QueueOrderPolicyStub. copy()Copies the policy object.Policy_RebindPolicyStub. copy()Copies the policy object.Policy_RelativeRequestTimeoutPolicyStub. copy()Copies the policy object.Policy_RelativeRoundtripTimeoutPolicyStub. copy()Copies the policy object.Policy_ReplyEndTimePolicyStub. copy()Copies the policy object.Policy_ReplyPriorityPolicyStub. copy()Copies the policy object.Policy_ReplyStartTimePolicyStub. copy()Copies the policy object.Policy_RequestEndTimePolicyStub. copy()Copies the policy object.Policy_RequestPriorityPolicyStub. copy()Copies the policy object.Policy_RequestStartTimePolicyStub. copy()Copies the policy object.Policy_RoutingPolicyStub. copy()Copies the policy object.Policy_SyncScopePolicyStub. copy()Copies the policy object.PolicyMaxHopsPolicyPOATie. copy()Copies the policy object.PolicyQueueOrderPolicyPOATie. copy()Copies the policy object.PolicyRebindPolicyPOATie. copy()Copies the policy object.PolicyRelativeRequestTimeoutPolicyPOATie. copy()Copies the policy object.PolicyRelativeRoundtripTimeoutPolicyPOATie. copy()Copies the policy object.PolicyReplyEndTimePolicyPOATie. copy()Copies the policy object.PolicyReplyPriorityPolicyPOATie. copy()Copies the policy object.PolicyReplyStartTimePolicyPOATie. copy()Copies the policy object.PolicyRequestEndTimePolicyPOATie. copy()Copies the policy object.PolicyRequestPriorityPolicyPOATie. copy()Copies the policy object.PolicyRequestStartTimePolicyPOATie. copy()Copies the policy object.PolicyRoutingPolicyPOATie. copy()Copies the policy object.PolicySyncScopePolicyPOATie. copy()Copies the policy object. -
Uses of Policy in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return Policy Modifier and Type Method Description PolicyPolicyFactoryOperations. create_policy(int type, Any value)Returns an instance of the appropriate interface derived fromCORBA.Policywhose value corresponds to the specified any.PolicyIORInfoOperations. 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.PolicyClientRequestInfoOperations. get_request_policy(int type)Returns the given policy in effect for this operation.PolicyServerRequestInfoOperations. 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.PortableServer Modifier and Type Interface Description interfaceIdAssignmentPolicyIdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interfaceIdUniquenessPolicyThe IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interfaceImplicitActivationPolicyThis policy specifies whether implicit activation of servants is supported in the created POA.interfaceLifespanPolicyThe LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interfaceRequestProcessingPolicyThis policy specifies how requests are processed by the created POA.interfaceServantRetentionPolicyThis policy specifies whether the created POA retains active servants in an Active Object Map.interfaceThreadPolicyThe ThreadPolicy specifies the threading model used with the created POA.Methods in org.omg.PortableServer with parameters of type Policy Modifier and Type Method Description POAPOAOperations. create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)This operation creates a new POA as a child of the target POA.
-