Uses of Class
org.omg.PortableServer.POAPackage.ObjectNotActive
-
Packages that use ObjectNotActive 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.POAPackage 允许程序员构建可在不同ORB产品之间移植的对象实现。 -
-
Uses of ObjectNotActive in org.omg.PortableServer
Methods in org.omg.PortableServer that throw ObjectNotActive Modifier and Type 方法 描述 voidPOAOperations. deactivate_object(byte[] oid)此操作会导致在oid参数中指定的ObjectId被禁用。ObjectPOAOperations. id_to_reference(byte[] oid)如果具有指定的Object Id值的对象当前处于活动状态,则返回封装用于激活对象的信息的引用。ServantPOAOperations. id_to_servant(byte[] oid)如果POA具有RETAIN策略,并且指定的ObjectId位于活动对象映射中,则此操作将返回与活动对象映射中该对象关联的servant。ServantPOAOperations. reference_to_servant(Object reference)如果POA具有RETAIN策略并且活动对象映射中存在指定的对象,则此操作将返回与活动对象映射中该对象关联的servant。 -
Uses of ObjectNotActive in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return ObjectNotActive Modifier and Type 方法 描述 static ObjectNotActiveObjectNotActiveHelper. extract(Any a)static ObjectNotActiveObjectNotActiveHelper. read(InputStream istream)Methods in org.omg.PortableServer.POAPackage with parameters of type ObjectNotActive Modifier and Type 方法 描述 static voidObjectNotActiveHelper. insert(Any a, ObjectNotActive that)static voidObjectNotActiveHelper. write(OutputStream ostream, ObjectNotActive value)
-