javax.ejb.Handle翻译

来源:互联网 发布:依时利通用接口软件 编辑:程序博客网 时间:2024/05/24 05:34
 Overview Package  Class Tree Deprecated Index Help JavaTM 2 Platform
Ent. Ed. v1.4
 PREV CLASS   NEXT CLASSFRAMES    NO FRAMES     All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD

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对象的鲁棒性的持久性引用。


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

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对象时抛出。

Overview Package  Class Tree Deprecated Index Help JavaTM 2 Platform
Ent. Ed. v1.4
 PREV CLASS   NEXT CLASSFRAMES    NO FRAMES     All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.

原创粉丝点击