Uses of Interface
org.omg.PortableServer.Current
-
Packages that use Current 软件包 描述 org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. -
-
Uses of Current in org.omg.PortableServer
Methods in org.omg.PortableServer that return Current Modifier and Type 方法 描述 static Current
CurrentHelper. extract(Any a)
static Current
CurrentHelper. narrow(Object obj)
static Current
CurrentHelper. read(InputStream istream)
Methods in org.omg.PortableServer with parameters of type Current Modifier and Type 方法 描述 static void
CurrentHelper. insert(Any a, Current that)
static void
CurrentHelper. write(OutputStream ostream, Current value)
-