Uses of Interface
org.omg.CORBA.Current
-
Packages that use Current 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使得程序员可以将其用作全功能的对象请求代理(ORB)。org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。 -
-
Uses of Current in org.omg.CORBA
Fields in org.omg.CORBA declared as Current Modifier and Type Field 描述 Current
CurrentHolder. value
Methods in org.omg.CORBA that return Current Modifier and Type 方法 描述 static Current
CurrentHelper. extract(Any a)
Current
ORB. get_current()
已过时。使用resolve_initial_references
。static Current
CurrentHelper. narrow(Object obj)
static Current
CurrentHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type Current Modifier and Type 方法 描述 static void
CurrentHelper. insert(Any a, Current that)
static void
CurrentHelper. write(OutputStream ostream, Current value)
Constructors in org.omg.CORBA with parameters of type Current Constructor 描述 CurrentHolder(Current initialValue)
-
Uses of Current in org.omg.PortableInterceptor
Subinterfaces of Current in org.omg.PortableInterceptor Modifier and Type 接口 描述 interface
Current
便携式拦截器当前(也称为PICurrent
)仅仅是一个时隙表,每个服务的时隙表都用于在其上下文和请求或应答的服务上下文之间传送其上下文数据。 -
Uses of Current in org.omg.PortableServer
Subinterfaces of Current in org.omg.PortableServer Modifier and Type 接口 描述 interface
Current
The PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.
-