javax.ejb.Handle翻译

<!-- ========= START OF TOP NAVBAR ======= --> <!-- -->
JavaTM 2 Platform
Ent. Ed. v1.4
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->

javax.ejb
Interface Handle

All Superinterfaces:
Serializable

public interface Handle
extends Serializable

The Handle interface is implemented by all EJB object handles. A handle is an abstraction of a network reference to an EJB object. A handle is intended to be used as a "robust" persistent reference to an EJB object. 所有EJB对象句柄实现Handle接口。句柄是EJB对象网络引用的抽象,被倾向于 作为一个EJB对象的鲁棒性的持久性引用。


<!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><!-- -->

Method Summary
EJBObject getEJBObject()
Obtain the EJB object reference represented by this handle. 获得句柄表示的EJB对象。

<!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><!-- -->

Method Detail
<!-- -->

getEJBObject

public EJBObject getEJBObject()
                       throws RemoteException
Obtain the EJB object reference represented by this handle. 获得句柄表示的EJB对象。

Returns:
the EJB object reference represented by this handle. 句柄表示的EJB对象。
Throws:
RemoteException - The EJB object could not be obtained because of a system-level failure. 因为系统级错误而不能获得EJB对象时抛出。
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- -->
JavaTM 2 Platform
Ent. Ed. v1.4
<!-- ======== END OF BOTTOM NAVBAR ======= -->
Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.

你可能感兴趣的:(html,ejb,sun)