Uses of Class
org.omg.PortableServer.POAPackage.ServantNotActive
-
Packages that use ServantNotActive 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.POAPackage 允许程序员构建可在不同ORB产品之间移植的对象实现。 -
-
Uses of ServantNotActive in org.omg.PortableServer
Methods in org.omg.PortableServer that throw ServantNotActive Modifier and Type 方法 描述 byte[]
POAOperations. servant_to_id(Servant p_servant)
此操作有四种可能的行为。 1。Object
POAOperations. servant_to_reference(Servant p_servant)
此操作需要RETAIN策略,如果在此POA发出的操作的上下文中被调用,则需要UNIQUE_ID或IMPLICIT_ACTIVATION策略。 -
Uses of ServantNotActive in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return ServantNotActive Modifier and Type 方法 描述 static ServantNotActive
ServantNotActiveHelper. extract(Any a)
static ServantNotActive
ServantNotActiveHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type ServantNotActive Modifier and Type 方法 描述 static void
ServantNotActiveHelper. insert(Any a, ServantNotActive that)
static void
ServantNotActiveHelper. write(OutputStream ostream, ServantNotActive value)
-