Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.InvocationInterceptor
-
Packages that use InvocationInterceptor Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb com.sun.corba.ee.spi.presentation.rmi -
-
Uses of InvocationInterceptor in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as InvocationInterceptor Modifier and Type Field Description private InvocationInterceptor
ORBImpl. invocationInterceptor
Methods in com.sun.corba.ee.impl.orb that return InvocationInterceptor Modifier and Type Method Description InvocationInterceptor
ORBImpl. getInvocationInterceptor()
InvocationInterceptor
ORBSingleton. getInvocationInterceptor()
Methods in com.sun.corba.ee.impl.orb with parameters of type InvocationInterceptor Modifier and Type Method Description void
ORBImpl. setInvocationInterceptor(InvocationInterceptor interceptor)
void
ORBSingleton. setInvocationInterceptor(InvocationInterceptor interceptor)
-
Uses of InvocationInterceptor in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return InvocationInterceptor Modifier and Type Method Description abstract InvocationInterceptor
ORB. getInvocationInterceptor()
Obtain the InvocationInterceptor for this ORB instance.Methods in com.sun.corba.ee.spi.orb with parameters of type InvocationInterceptor Modifier and Type Method Description abstract void
ORB. setInvocationInterceptor(InvocationInterceptor interceptor)
Set the InvocationInterceptor for this ORB instance. -
Uses of InvocationInterceptor in com.sun.corba.ee.spi.presentation.rmi
Fields in com.sun.corba.ee.spi.presentation.rmi declared as InvocationInterceptor Modifier and Type Field Description private static InvocationInterceptor
PresentationDefaults. nullInvocationInterceptor
Methods in com.sun.corba.ee.spi.presentation.rmi that return InvocationInterceptor Modifier and Type Method Description static InvocationInterceptor
PresentationDefaults. getNullInvocationInterceptor()
-