Uses of Class
org.omg.CORBA.PolicyError
-
Packages that use PolicyError 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of PolicyError in org.omg.CORBA
Fields in org.omg.CORBA declared as PolicyError Modifier and Type Field 描述 PolicyError
PolicyErrorHolder. value
Methods in org.omg.CORBA that return PolicyError Modifier and Type 方法 描述 static PolicyError
PolicyErrorHelper. extract(Any a)
static PolicyError
PolicyErrorHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type PolicyError Modifier and Type 方法 描述 static void
PolicyErrorHelper. insert(Any a, PolicyError that)
static void
PolicyErrorHelper. write(OutputStream ostream, PolicyError value)
Methods in org.omg.CORBA that throw PolicyError Modifier and Type 方法 描述 Policy
ORB. create_policy(int type, Any val)
可以调用以创建具有指定初始状态的特定类型的策略对象的新实例。Constructors in org.omg.CORBA with parameters of type PolicyError Constructor 描述 PolicyErrorHolder(PolicyError initialValue)
-
Uses of PolicyError in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that throw PolicyError Modifier and Type 方法 描述 Policy
PolicyFactoryOperations. create_policy(int type, Any value)
返回从CORBA.Policy
派生的适当接口的实例,其值对应于指定的任何值。
-