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 Policy
PIHandlerImpl. create_policy(int type, Any val)
This is the implementation of standard API defined in org.omg.CORBA.ORB class.Policy
PINoOpHandlerImpl. create_policy(int type, Any val)
Policy
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.Policy
ClientRequestInfoImpl. get_request_policy(int type)
Returns the given policy in effect for this operation.Policy
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 Policy Modifier and Type Method Description void
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 Policy Modifier and Type Class Description (package private) class
IdAssignmentPolicyImpl
(package private) class
IdUniquenessPolicyImpl
(package private) class
ImplicitActivationPolicyImpl
(package private) class
LifespanPolicyImpl
class
RequestProcessingPolicyImpl
(package private) class
ServantRetentionPolicyImpl
(package private) class
ThreadPolicyImpl
Fields 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. policyMap
Methods in com.sun.corba.ee.impl.oa.poa that return Policy Modifier and Type Method Description Policy
IdAssignmentPolicyImpl. copy()
Policy
IdUniquenessPolicyImpl. copy()
Policy
ImplicitActivationPolicyImpl. copy()
Policy
LifespanPolicyImpl. copy()
Policy
RequestProcessingPolicyImpl. copy()
Policy
ServantRetentionPolicyImpl. copy()
Policy
ThreadPolicyImpl. copy()
Policy
Policies. get_effective_policy(int type)
Policy
POAImpl. 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 void
Policies. 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).POA
POAImpl. create_POA(java.lang.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 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 class
ReferenceFactoryManagerImpl.ReferenceManagerPolicy
Fields in com.sun.corba.ee.impl.oa.rfm declared as Policy Modifier and Type Field Description private static Policy
ReferenceFactoryManagerImpl.ReferenceManagerPolicy. thisPolicy
Fields 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. poatable
private java.util.List<Policy>
ReferenceFactoryManagerImpl. standardPolicies
Methods in com.sun.corba.ee.impl.oa.rfm that return Policy Modifier and Type Method Description Policy
ReferenceFactoryManagerImpl.ReferenceManagerPolicy. copy()
static Policy
ReferenceFactoryManagerImpl.ReferenceManagerPolicy. getPolicy()
Method parameters in com.sun.corba.ee.impl.oa.rfm with type arguments of type Policy Modifier and Type Method Description ReferenceFactory
ReferenceFactoryManagerImpl. create(java.lang.String name, java.lang.String repositoryId, java.util.List<Policy> policies, ServantLocator locator)
void
ReferenceFactoryManagerImpl. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)
Restart all ReferenceFactories.void
ReferenceFactoryManagerImpl. 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 Policy
TOAImpl. 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 Policy
ORBImpl. create_policy(int type, Any val)
Policy
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 Policy Modifier and Type Class Description class
CopyObjectPolicy
Policy used to specify the copyObject implementation to use.class
LoadBalancingPolicy
Policy used to support the request partitioning feature and to specify the partition to use.class
RequestPartitioningPolicy
Policy used to support the request partitioning feature and to specify the partition to use.class
ServantCachingPolicy
Policy used to implement servant caching optimization in the POA.class
ZeroPortPolicy
Policy 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 Policy
CopyObjectPolicy. copy()
Policy
LoadBalancingPolicy. copy()
Policy
RequestPartitioningPolicy. copy()
Policy
ServantCachingPolicy. copy()
Policy
ZeroPortPolicy. 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 Policy
ObjectAdapter. 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 Policy Modifier and Type Method Description ReferenceFactory
ReferenceFactoryManager. 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.void
ReferenceFactoryManager. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)
Restart all ReferenceFactories.void
ReferenceFactoryManager. 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 Policy
StubWrapper. _get_policy(int policy_type)
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type Policy Modifier and Type Method Description Object
StubWrapper. _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 Policy
PIHandler. 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
_PolicyStub
The Stub for Policy.Fields in org.omg.CORBA declared as Policy Modifier and Type Field Description Policy
PolicyHolder. value
Policy[]
PolicyListHolder. value
Methods in org.omg.CORBA that return Policy Modifier and Type Method Description Policy
LocalObject. _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.Policy
Object. _get_policy(int policy_type)
Returns thePolicy
object of the specified type which applies to this object.Policy
_PolicyStub. copy()
Copies the policy object.Policy
PolicyOperations. copy()
Returns a copy of thePolicy
object.Policy
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
PolicyHelper. extract(Any a)
static Policy[]
PolicyListHelper. extract(Any a)
Policy
DomainManagerOperations. get_domain_policy(int policy_type)
This returns the policy of the specified type for objects in this domain.static Policy
PolicyHelper. narrow(Object obj)
static Policy
PolicyHelper. read(InputStream istream)
static Policy[]
PolicyListHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type Policy Modifier and Type Method Description Object
LocalObject. _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
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
PolicyHelper. insert(Any a, Policy that)
static void
PolicyListHelper. insert(Any a, Policy[] that)
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 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 Policy
ObjectImpl. _get_policy(int policy_type)
Retrieves thePolicy
object for thisObjectImpl
object that has the given policy type.Policy
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 Policy Modifier and Type Method Description Object
ObjectImpl. _set_policy_override(Policy[] policies, SetOverrideType set_add)
Sets thisObjectImpl
object's override type for the given policies to the given instance ofSetOverrideType
.Object
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.CosTransactions Modifier and Type Interface Description interface
InvocationPolicy
org/omg/CosTransactions/InvocationPolicy.java .interface
NonTxTargetPolicy
org/omg/CosTransactions/NonTxTargetPolicy.java .interface
OTSPolicy
org/omg/CosTransactions/OTSPolicy.java .Classes in org.omg.CosTransactions that implement Policy Modifier and Type Class Description class
_InvocationPolicyStub
org/omg/CosTransactions/_InvocationPolicyStub.java .class
_NonTxTargetPolicyStub
org/omg/CosTransactions/_NonTxTargetPolicyStub.java .class
_OTSPolicyStub
org/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.Policy
InvocationPolicyPOATie. copy()
Copies the policy object.Policy
NonTxTargetPolicyPOATie. copy()
Copies the policy object.Policy
OTSPolicyPOATie. copy()
Copies the policy object. -
Uses of Policy in org.omg.Messaging
Subinterfaces of Policy in org.omg.Messaging Modifier and Type Interface Description interface
MaxHopsPolicy
org/omg/Messaging/MaxHopsPolicy.java .interface
QueueOrderPolicy
org/omg/Messaging/QueueOrderPolicy.java .interface
RebindPolicy
org/omg/Messaging/RebindPolicy.java .interface
RelativeRequestTimeoutPolicy
org/omg/Messaging/RelativeRequestTimeoutPolicy.java .interface
RelativeRoundtripTimeoutPolicy
org/omg/Messaging/RelativeRoundtripTimeoutPolicy.java .interface
ReplyEndTimePolicy
org/omg/Messaging/ReplyEndTimePolicy.java .interface
ReplyPriorityPolicy
org/omg/Messaging/ReplyPriorityPolicy.java .interface
ReplyStartTimePolicy
org/omg/Messaging/ReplyStartTimePolicy.java .interface
RequestEndTimePolicy
org/omg/Messaging/RequestEndTimePolicy.java .interface
RequestPriorityPolicy
org/omg/Messaging/RequestPriorityPolicy.java .interface
RequestStartTimePolicy
org/omg/Messaging/RequestStartTimePolicy.java .interface
RoutingPolicy
org/omg/Messaging/RoutingPolicy.java .interface
SyncScopePolicy
org/omg/Messaging/SyncScopePolicy.java .Classes in org.omg.Messaging that implement Policy Modifier and Type Class Description class
_MaxHopsPolicyStub
org/omg/Messaging/_MaxHopsPolicyStub.java .class
_QueueOrderPolicyStub
org/omg/Messaging/_QueueOrderPolicyStub.java .class
_RebindPolicyStub
org/omg/Messaging/_RebindPolicyStub.java .class
_RelativeRequestTimeoutPolicyStub
org/omg/Messaging/_RelativeRequestTimeoutPolicyStub.java .class
_RelativeRoundtripTimeoutPolicyStub
org/omg/Messaging/_RelativeRoundtripTimeoutPolicyStub.java .class
_ReplyEndTimePolicyStub
org/omg/Messaging/_ReplyEndTimePolicyStub.java .class
_ReplyPriorityPolicyStub
org/omg/Messaging/_ReplyPriorityPolicyStub.java .class
_ReplyStartTimePolicyStub
org/omg/Messaging/_ReplyStartTimePolicyStub.java .class
_RequestEndTimePolicyStub
org/omg/Messaging/_RequestEndTimePolicyStub.java .class
_RequestPriorityPolicyStub
org/omg/Messaging/_RequestPriorityPolicyStub.java .class
_RequestStartTimePolicyStub
org/omg/Messaging/_RequestStartTimePolicyStub.java .class
_RoutingPolicyStub
org/omg/Messaging/_RoutingPolicyStub.java .class
_SyncScopePolicyStub
org/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.Policy
MaxHopsPolicyPOATie. copy()
Copies the policy object.Policy
QueueOrderPolicyPOATie. copy()
Copies the policy object.Policy
RebindPolicyPOATie. copy()
Copies the policy object.Policy
RelativeRequestTimeoutPolicyPOATie. copy()
Copies the policy object.Policy
RelativeRoundtripTimeoutPolicyPOATie. copy()
Copies the policy object.Policy
ReplyEndTimePolicyPOATie. copy()
Copies the policy object.Policy
ReplyPriorityPolicyPOATie. copy()
Copies the policy object.Policy
ReplyStartTimePolicyPOATie. copy()
Copies the policy object.Policy
RequestEndTimePolicyPOATie. copy()
Copies the policy object.Policy
RequestPriorityPolicyPOATie. copy()
Copies the policy object.Policy
RequestStartTimePolicyPOATie. copy()
Copies the policy object.Policy
RoutingPolicyPOATie. copy()
Copies the policy object.Policy
SyncScopePolicyPOATie. 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 Policy
PolicyFactoryOperations. create_policy(int type, Any value)
Returns an instance of the appropriate interface derived fromCORBA.Policy
whose value corresponds to the specified any.Policy
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.Policy
ClientRequestInfoOperations. get_request_policy(int type)
Returns the given policy in effect for this operation.Policy
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.PortableServer Modifier and Type Interface Description interface
IdAssignmentPolicy
IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interface
IdUniquenessPolicy
The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interface
ImplicitActivationPolicy
This policy specifies whether implicit activation of servants is supported in the created POA.interface
LifespanPolicy
The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interface
RequestProcessingPolicy
This policy specifies how requests are processed by the created POA.interface
ServantRetentionPolicy
This policy specifies whether the created POA retains active servants in an Active Object Map.interface
ThreadPolicy
The 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 POA
POAOperations. 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.
-