javax.ejb.Handle翻訳



Overview 
Package 
 Class 
Tree 
Deprecated 
Index 
Help 
JavaTM 2 PlatformEnt. Ed. v1.4
 PREV CLASS   NEXT CLASS
FRAMES    NO FRAMES     All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: 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  EJBObject getEJBObject()           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 PlatformEnt. Ed. v1.4
 PREV CLASS   NEXT CLASS
FRAMES    NO FRAMES     All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature
Copyright 2003 Sun Microsystems, Inc. All rights reserved.