Uses of Class
org.omg.PortableServer.POAPackage.InvalidPolicy
-
Packages that use InvalidPolicy 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.POAPackage 允许程序员构建可在不同ORB产品之间移植的对象实现。 -
-
Uses of InvalidPolicy in org.omg.PortableServer
Methods in org.omg.PortableServer that throw InvalidPolicy Modifier and Type 方法 描述 POA
POAOperations. create_POA(String adapter_name, POAManager a_POAManager, Policy[] policies)
此操作将创建一个新的POA作为目标POA的子代。 -
Uses of InvalidPolicy in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return InvalidPolicy Modifier and Type 方法 描述 static InvalidPolicy
InvalidPolicyHelper. extract(Any a)
static InvalidPolicy
InvalidPolicyHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type InvalidPolicy Modifier and Type 方法 描述 static void
InvalidPolicyHelper. insert(Any a, InvalidPolicy that)
static void
InvalidPolicyHelper. write(OutputStream ostream, InvalidPolicy value)
-