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 class
PICurrent
PICurrent 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 Current
PIHandlerImpl. getPICurrent()
Current
PINoOpHandlerImpl. 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 Current
PIHandler. getPICurrent()
-
Uses of Current in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as Current Modifier and Type Field Description Current
CurrentHolder. value
Methods in org.omg.PortableInterceptor that return Current Modifier and Type Method Description static Current
CurrentHelper. extract(Any a)
static Current
CurrentHelper. narrow(Object obj)
static Current
CurrentHelper. read(InputStream istream)
static Current
CurrentHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type Current Modifier and Type Method Description static void
CurrentHelper. insert(Any a, Current that)
static void
CurrentHelper. write(OutputStream ostream, Current value)
Constructors in org.omg.PortableInterceptor with parameters of type Current Constructor Description CurrentHolder(Current initialValue)
-