Uses of Interface
org.omg.PortableInterceptor.IORInterceptor_3_0
-
Packages that use IORInterceptor_3_0 Package Description org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. -
-
Uses of IORInterceptor_3_0 in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as IORInterceptor_3_0 Modifier and Type Field Description IORInterceptor_3_0
IORInterceptor_3_0Holder. value
Methods in org.omg.PortableInterceptor that return IORInterceptor_3_0 Modifier and Type Method Description static IORInterceptor_3_0
IORInterceptor_3_0Helper. extract(Any a)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. narrow(Object obj)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. read(InputStream istream)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type IORInterceptor_3_0 Modifier and Type Method Description static void
IORInterceptor_3_0Helper. insert(Any a, IORInterceptor_3_0 that)
static void
IORInterceptor_3_0Helper. write(OutputStream ostream, IORInterceptor_3_0 value)
Constructors in org.omg.PortableInterceptor with parameters of type IORInterceptor_3_0 Constructor Description IORInterceptor_3_0Holder(IORInterceptor_3_0 initialValue)
-