Uses of Interface
org.omg.PortableInterceptor.Current
-
Packages that use Current Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.spi.protocol org.omg.PortableInterceptor -
-
Uses of Current in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement Current Modifier and Type Class Description classPICurrentPICurrent is the implementation of Current as specified in the Portable Interceptors Spec orbos/99-12-02.Methods in com.sun.corba.ee.impl.interceptors that return Current Modifier and Type Method Description CurrentPIHandlerImpl. getPICurrent()CurrentPINoOpHandlerImpl. getPICurrent() -
Uses of Current in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return Current Modifier and Type Method Description CurrentPIHandler. getPICurrent() -
Uses of Current in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as Current Modifier and Type Field Description CurrentCurrentHolder. valueMethods in org.omg.PortableInterceptor that return Current Modifier and Type Method Description static CurrentCurrentHelper. extract(Any a)static CurrentCurrentHelper. narrow(Object obj)static CurrentCurrentHelper. read(InputStream istream)static CurrentCurrentHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type Current Modifier and Type Method Description static voidCurrentHelper. insert(Any a, Current that)static voidCurrentHelper. write(OutputStream ostream, Current value)Constructors in org.omg.PortableInterceptor with parameters of type Current Constructor Description CurrentHolder(Current initialValue)
-