Searched refs:remoteHomeRefFactory (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DStatelessSessionContainer.java216 remoteHomeRefFactory.createRemoteReference
686 remoteHomeRefFactory.destroyReference
H A DBaseContainer.java296 protected RemoteReferenceFactory remoteHomeRefFactory = null; field in class:BaseContainer
587 remoteHomeRefFactory =
1084 remoteRef = remoteHomeRefFactory.createRemoteReference
1261 remoteHomeRefFactory.setRepositoryIds(homeIntf, remoteIntf);
1264 ejbHomeStub = (EJBHome) remoteHomeRefFactory.createHomeReference(homeInstanceKey);
2728 valid = remoteHomeRefFactory.hasSameContainerID(
4349 remoteHomeRefFactory.destroyReference(ejbHomeStub,
4353 remoteHomeRefFactory.cleanupClass(homeIntf);
4354 remoteHomeRefFactory.cleanupClass(remoteIntf);
4355 remoteHomeRefFactory
[all...]
H A DEntityContainer.java1173 remoteHomeRefFactory.destroyReference(ejbObjImpl.getStub(),
1820 remoteHomeRefFactory.createRemoteReference(streamKey);
1886 remoteHomeRefFactory.createRemoteReference(streamKey);
1896 remoteHomeRefFactory.destroyReference(ejbObjImpl.getStub(),
2414 remoteHomeRefFactory.destroyReference
H A DStatefulSessionContainer.java873 remoteHomeRefFactory.createRemoteReference(sessionOID);
1106 remoteHomeRefFactory.destroyReference
2133 remoteHomeRefFactory.destroyReference
2310 remoteHomeRefFactory.createRemoteReference
2709 remoteHomeRefFactory.destroyReference

Completed in 33 milliseconds