Uses of Class
org.omg.CORBA.PolicyError
Packages that use PolicyError
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).
-
Uses of PolicyError in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw PolicyErrorModifier and TypeMethodDescriptionvoidORBInitInfoImpl.add_ior_interceptor_with_policy(IORInterceptor interceptor, Policy[] policies) voidORBInitInfoImpl.add_server_request_interceptor_with_policy(ServerRequestInterceptor interceptor, Policy[] policies) PIHandlerImpl.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) -
Uses of PolicyError in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that throw PolicyErrorModifier and TypeMethodDescriptionORBImpl.create_policy(int type, Any val) ORBSingleton.create_policy(int type, Any val) -
Uses of PolicyError in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that throw PolicyError -
Uses of PolicyError in org.omg.CORBA
Fields in org.omg.CORBA declared as PolicyErrorMethods in org.omg.CORBA that return PolicyErrorModifier and TypeMethodDescriptionstatic PolicyErrorstatic PolicyErrorPolicyErrorHelper.read(InputStream istream) Methods in org.omg.CORBA with parameters of type PolicyErrorModifier and TypeMethodDescriptionstatic voidPolicyErrorHelper.insert(Any a, PolicyError that) static voidPolicyErrorHelper.write(OutputStream ostream, PolicyError value) Methods in org.omg.CORBA that throw PolicyErrorModifier and TypeMethodDescriptionORB.create_policy(int type, Any val) Can be invoked to create new instances of policy objects of a specific type with specified initial state.Constructors in org.omg.CORBA with parameters of type PolicyError -
Uses of PolicyError in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that throw PolicyErrorModifier and TypeMethodDescriptionPolicyFactoryOperations.create_policy(int type, Any value) Returns an instance of the appropriate interface derived fromCORBA.Policywhose value corresponds to the specified any.