public abstract class AbstractEJBProxy extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEJBProxy(NameLookup nameLookup,
RemoteExceptionCoordinator coordinator) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
_clearCachedReferences()
Clears the home and remote objects after any remote exception.
|
protected void |
_handleRemoteException(java.rmi.RemoteException ex)
Invoked by the fabricated subclass when a remote exception occurs.
|
protected java.lang.Object |
_lookup(java.lang.String name) |
protected AbstractEJBProxy(NameLookup nameLookup, RemoteExceptionCoordinator coordinator)
protected java.lang.Object _lookup(java.lang.String name)
protected abstract void _clearCachedReferences()
protected void _handleRemoteException(java.rmi.RemoteException ex)
RemoteExceptionCoordinator (which, indirectly,
allows the NameLookup service to release its JNDI context).
In addition, _clearCachedReferences() is invoked.