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 CurrentCurrentHelper. extract(Any a)static CurrentCurrentHelper. narrow(Object obj)static CurrentCurrentHelper. read(InputStream istream)Methods in org.omg.PortableServer with parameters of type Current Modifier and Type 方法 描述 static voidCurrentHelper. insert(Any a, Current that)static voidCurrentHelper. write(OutputStream ostream, Current value)
-