Searched refs:remoteBusinessIntf (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DContainer.java110 * @param remoteBusinessIntf True if this invocation is for the RemoteHome
114 Remote getTargetObject(byte[] instanceKey, String remoteBusinessIntf); argument
/glassfish-3.1.2/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/
H A DPOARemoteReferenceFactory.java146 private String remoteBusinessIntf; field in class:POARemoteReferenceFactory
239 remoteBusinessIntf = remoteIntf.getName();
499 (isRemoteHomeView ? null : remoteBusinessIntf));
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java620 info.remoteBusinessIntf = loader.loadClass(next);
1366 (true, next.remoteBusinessIntf.getName(), glassfishSpecificJndiName);
1368 Reference remoteBusRef = new Reference(next.remoteBusinessIntf.getName(),
1381 (next.remoteBusinessIntf.getName(),
1392 Reference remoteBusRef = new Reference(next.remoteBusinessIntf.getName(),
1397 intfsForPortableJndi.put(next.remoteBusinessIntf.getName(), remoteBusRef);
3455 next.remoteBusinessIntf);
3932 new EJBObjectInvocationHandlerDelegate(next.remoteBusinessIntf,
5756 Class remoteBusinessIntf; field in class:RemoteBusinessIntfInfo

Completed in 29 milliseconds