Uses of Class
org.omg.PortableServer.POAPackage.AdapterNonExistent
-
Packages that use AdapterNonExistent 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.POAPackage 允许程序员构建可在不同ORB产品之间移植的对象实现。 -
-
Uses of AdapterNonExistent in org.omg.PortableServer
Methods in org.omg.PortableServer that throw AdapterNonExistent Modifier and Type 方法 描述 POA
POAOperations. find_POA(String adapter_name, boolean activate_it)
如果目标POA是具有指定名称(相对于目标POA)的子级POA的父级,则返回该子级POA。 -
Uses of AdapterNonExistent in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return AdapterNonExistent Modifier and Type 方法 描述 static AdapterNonExistent
AdapterNonExistentHelper. extract(Any a)
static AdapterNonExistent
AdapterNonExistentHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type AdapterNonExistent Modifier and Type 方法 描述 static void
AdapterNonExistentHelper. insert(Any a, AdapterNonExistent that)
static void
AdapterNonExistentHelper. write(OutputStream ostream, AdapterNonExistent value)
-