FileDocCategorySizeDatePackage
HomeHandle.javaAPI DocGlassfish v2 API2614Fri May 04 22:35:54 BST 2007javax.ejb

HomeHandle

public interface HomeHandle implements Serializable
The HomeHandle interface is implemented by all home object handles. A handle is an abstraction of a network reference to a home object. A handle is intended to be used as a "robust" persistent reference to a home object.

Fields Summary
Constructors Summary
Methods Summary
public EJBHomegetEJBHome()
Obtain the home object represented by this handle.

return
the home object represented by this handle.
exception
RemoteException The home object could not be obtained because of a system-level failure.