Uses of Interface
org.omg.CORBA.Policy
Packages that use Policy
Package
Description
-
Uses of Policy in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.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.se.impl.interceptors with parameters of type PolicyModifier and TypeMethodDescriptionvoidORBInitInfoImpl.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.se.impl.oa.poa
Classes in com.sun.corba.se.impl.oa.poa that implement PolicyMethods in com.sun.corba.se.impl.oa.poa that return PolicyModifier and TypeMethodDescriptionRequestProcessingPolicyImpl.copy()Policies.get_effective_policy(int type) POAImpl.getEffectivePolicy(int type) Methods in com.sun.corba.se.impl.oa.poa with parameters of type PolicyModifier and TypeMethodDescriptionPOAImpl.create_POA(String name, POAManager theManager, Policy[] policies) create_POASection 3.3.8.2 -
Uses of Policy in com.sun.corba.se.impl.oa.toa
Methods in com.sun.corba.se.impl.oa.toa that return Policy -
Uses of Policy in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.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.se.spi.extension
Classes in com.sun.corba.se.spi.extension that implement PolicyModifier and TypeClassDescriptionclassPolicy used to specify the copyObject implementation to use.classPolicy used to support the request partitioning feature and to specify the partition to use.classPolicy used to implement servant caching optimization in the POA.classPolicy used to implement zero IIOP port policy in the POA.Methods in com.sun.corba.se.spi.extension that return Policy -
Uses of Policy in com.sun.corba.se.spi.oa
Methods in com.sun.corba.se.spi.oa that return PolicyModifier and TypeMethodDescriptionObjectAdapter.getEffectivePolicy(int type) abstract PolicyObjectAdapterBase.getEffectivePolicy(int type) -
Uses of Policy in com.sun.corba.se.spi.presentation.rmi
Methods in com.sun.corba.se.spi.presentation.rmi that return PolicyMethods in com.sun.corba.se.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.se.spi.protocol
Methods in com.sun.corba.se.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_IMPLEMENTexception with the message "This is a locally constrained object."Object._get_policy(int policy_type) Returns thePolicyobject of the specified type which applies to this object._PolicyStub.copy()Copies the policy object.PolicyOperations.copy()Returns a copy of thePolicyobject.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 Policystatic Policy[]DomainManagerOperations.get_domain_policy(int policy_type) This returns the policy of the specified type for objects in this domain.static Policystatic PolicyPolicyHelper.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_IMPLEMENTexception with the message "This is a locally constrained object."Object._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 voidstatic voidstatic voidPolicyHelper.write(OutputStream ostream, Policy value) static voidPolicyListHelper.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 thePolicyobject for thisObjectImplobject that has the given policy type.Delegate.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 PolicyModifier and TypeMethodDescriptionObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add) Sets thisObjectImplobject'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.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.Policywhose 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 TypeInterfaceDescriptioninterfaceIdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interfaceThe IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interfaceThis policy specifies whether implicit activation of servants is supported in the created POA.interfaceThe LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interfaceThis policy specifies how requests are processed by the created POA.interfaceThis policy specifies whether the created POA retains active servants in an Active Object Map.interfaceThe 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.