Uses of Interface
com.sun.corba.ee.spi.protocol.PIHandler
-
Packages that use PIHandler Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb -
-
Uses of PIHandler in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement PIHandler Modifier and Type Class Description class
PIHandlerImpl
Provides portable interceptor functionality.class
PINoOpHandlerImpl
This is No-Op implementation of PIHandler. -
Uses of PIHandler in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as PIHandler Modifier and Type Field Description private PIHandler
POAManagerImpl. pihandler
Methods in com.sun.corba.ee.impl.oa.poa that return PIHandler Modifier and Type Method Description (package private) PIHandler
POAManagerImpl. getPIHandler()
Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type PIHandler Constructor Description POAManagerImpl(POAFactory factory, PIHandler pih)
-
Uses of PIHandler in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as PIHandler Modifier and Type Field Description private PIHandler
ORBImpl. pihandler
Methods in com.sun.corba.ee.impl.orb that return PIHandler Modifier and Type Method Description PIHandler
ORBImpl. getPIHandler()
PIHandler
ORBSingleton. getPIHandler()
-
Uses of PIHandler in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return PIHandler Modifier and Type Method Description abstract PIHandler
ORB. getPIHandler()
-