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