Uses of Class
org.omg.PortableServer.CurrentPackage.NoContext
-
Packages that use NoContext 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.CurrentPackage 提供方法实现,访问方法被调用的对象的标识。 -
-
Uses of NoContext in org.omg.PortableServer
Methods in org.omg.PortableServer that throw NoContext Modifier and Type 方法 描述 byte[]
CurrentOperations. get_object_id()
返回ObjectId,标识在其上下文中被调用的对象。POA
CurrentOperations. get_POA()
返回对实现在其上下文中调用的对象的POA的引用。 -
Uses of NoContext in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage that return NoContext Modifier and Type 方法 描述 static NoContext
NoContextHelper. extract(Any a)
static NoContext
NoContextHelper. read(InputStream istream)
Methods in org.omg.PortableServer.CurrentPackage with parameters of type NoContext Modifier and Type 方法 描述 static void
NoContextHelper. insert(Any a, NoContext that)
static void
NoContextHelper. write(OutputStream ostream, NoContext value)
-