Uses of Class
org.omg.PortableServer.POAPackage.NoServant
-
Packages that use NoServant 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.POAPackage 允许程序员构建可在不同ORB产品之间移植的对象实现。 -
-
Uses of NoServant in org.omg.PortableServer
Methods in org.omg.PortableServer that throw NoServant Modifier and Type 方法 描述 Servant
POAOperations. get_servant()
此操作返回与POA关联的默认servant。 -
Uses of NoServant in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return NoServant Modifier and Type 方法 描述 static NoServant
NoServantHelper. extract(Any a)
static NoServant
NoServantHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type NoServant Modifier and Type 方法 描述 static void
NoServantHelper. insert(Any a, NoServant that)
static void
NoServantHelper. write(OutputStream ostream, NoServant value)
-