Uses of Class
org.omg.PortableServer.POAPackage.ServantAlreadyActive
-
Packages that use ServantAlreadyActive 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.POAPackage 允许程序员构建可在不同ORB产品之间移植的对象实现。 -
-
Uses of ServantAlreadyActive in org.omg.PortableServer
Methods in org.omg.PortableServer that throw ServantAlreadyActive Modifier and Type 方法 描述 byte[]
POAOperations. activate_object(Servant p_servant)
此操作生成对象标识,并在活动对象映射中输入对象标识和指定的仆人。void
POAOperations. activate_object_with_id(byte[] id, Servant p_servant)
此操作将在“活动对象映射”中输入指定的对象标识和指定服务器之间的关联。 -
Uses of ServantAlreadyActive in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return ServantAlreadyActive Modifier and Type 方法 描述 static ServantAlreadyActive
ServantAlreadyActiveHelper. extract(Any a)
static ServantAlreadyActive
ServantAlreadyActiveHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type ServantAlreadyActive Modifier and Type 方法 描述 static void
ServantAlreadyActiveHelper. insert(Any a, ServantAlreadyActive that)
static void
ServantAlreadyActiveHelper. write(OutputStream ostream, ServantAlreadyActive value)
-