Uses of Interface
org.glassfish.enterprise.iiop.api.RemoteReferenceFactory
-
Packages that use RemoteReferenceFactory Package Description com.sun.ejb.containers org.glassfish.enterprise.iiop.api org.glassfish.enterprise.iiop.impl -
-
Uses of RemoteReferenceFactory in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as RemoteReferenceFactory Modifier and Type Field Description protected RemoteReferenceFactoryBaseContainer. remoteHomeRefFactory -
Uses of RemoteReferenceFactory in org.glassfish.enterprise.iiop.api
Methods in org.glassfish.enterprise.iiop.api that return RemoteReferenceFactory Modifier and Type Method Description RemoteReferenceFactoryProtocolManager. getRemoteReferenceFactory(EjbContainerFacade container, boolean remoteHomeView, String id)Return a factory that can be used to create/destroy remote references for a particular EJB type. -
Uses of RemoteReferenceFactory in org.glassfish.enterprise.iiop.impl
Classes in org.glassfish.enterprise.iiop.impl that implement RemoteReferenceFactory Modifier and Type Class Description classPOARemoteReferenceFactoryThis class implements the RemoteReferenceFactory interface for the RMI/IIOP ORB with POA (Portable Object Adapter).Methods in org.glassfish.enterprise.iiop.impl that return RemoteReferenceFactory Modifier and Type Method Description RemoteReferenceFactoryPOAProtocolMgr. getRemoteReferenceFactory(EjbContainerFacade container, boolean remoteHomeView, String id)Return a factory that can be used to create/destroy remote references for a particular EJB type.
-