Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.InvocationInterceptor
Packages that use InvocationInterceptor
Package
Description
-
Uses of InvocationInterceptor in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as InvocationInterceptorMethods in com.sun.corba.ee.impl.orb that return InvocationInterceptorModifier and TypeMethodDescriptionORBImpl.getInvocationInterceptor()
ORBSingleton.getInvocationInterceptor()
Methods in com.sun.corba.ee.impl.orb with parameters of type InvocationInterceptorModifier and TypeMethodDescriptionvoid
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 InvocationInterceptorModifier and TypeMethodDescriptionabstract InvocationInterceptor
ORB.getInvocationInterceptor()
Obtain the InvocationInterceptor for this ORB instance.Methods in com.sun.corba.ee.spi.orb with parameters of type InvocationInterceptorModifier and TypeMethodDescriptionabstract 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 InvocationInterceptorModifier and TypeFieldDescriptionprivate static InvocationInterceptor
PresentationDefaults.nullInvocationInterceptor
Methods in com.sun.corba.ee.spi.presentation.rmi that return InvocationInterceptorModifier and TypeMethodDescriptionstatic InvocationInterceptor
PresentationDefaults.getNullInvocationInterceptor()