[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.ejb
Interface HomeHandleAll Superinterfaces: Serializable public interface HomeHandle extends SerializableThe 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. 所有本地对象句柄实现HomeHandle接口。句柄是本地对象网络引用的抽象,被倾向于 作为一个本地对象的鲁棒性的持久性引用。
Method Summary
Obtain the home object represented by this handle. 获得句柄表示的本地对象。
Method Detail
getEJBHomepublic EJBHome getEJBHome()
throws RemoteException
Obtain the home object represented by this handle. 获得句柄表示的本地对象。
Returns: the home object represented by this handle. 句柄表示的本地对象。 Throws: RemoteException - The home object could not be obtained because of a system-level failure. 因为系统级错误而不能获得本地对象时抛出。[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.