Uses of Interface
org.glassfish.enterprise.iiop.api.ProtocolManager
-
Packages that use ProtocolManager Package Description com.sun.ejb.containers org.glassfish.enterprise.iiop.api org.glassfish.enterprise.iiop.impl -
-
Uses of ProtocolManager in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return ProtocolManager Modifier and Type Method Description protected ProtocolManagerBaseContainer. getProtocolManager() -
Uses of ProtocolManager in org.glassfish.enterprise.iiop.api
Methods in org.glassfish.enterprise.iiop.api that return ProtocolManager Modifier and Type Method Description ProtocolManagerGlassFishORBHelper. getProtocolManager()Get a protocol manager for creating remote references. -
Uses of ProtocolManager in org.glassfish.enterprise.iiop.impl
Classes in org.glassfish.enterprise.iiop.impl that implement ProtocolManager Modifier and Type Class Description classPOAProtocolMgrThis class implements the ProtocolManager interface for the RMI/IIOP ORB with POA (Portable Object Adapter).
-