Uses of Interface
org.omg.PortableServer.Current
-
Packages that use Current Package Description 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 Method Description 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 Method Description static voidCurrentHelper. insert(Any a, Current that)static voidCurrentHelper. write(OutputStream ostream, Current value)
-