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 classPIHandlerImplProvides portable interceptor functionality.classPINoOpHandlerImplThis 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 PIHandlerPOAManagerImpl. pihandlerMethods in com.sun.corba.ee.impl.oa.poa that return PIHandler Modifier and Type Method Description (package private) PIHandlerPOAManagerImpl. 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 PIHandlerORBImpl. pihandlerMethods in com.sun.corba.ee.impl.orb that return PIHandler Modifier and Type Method Description PIHandlerORBImpl. getPIHandler()PIHandlerORBSingleton. 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 PIHandlerORB. getPIHandler()
-