javax.ejb.SessionContext翻译

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

javax.ejb
Interface SessionContext

All Superinterfaces:
EJBContext
public interface SessionContext extends EJBContext

The SessionContext interface provides access to the runtime session context that the container provides for a session enterprise Bean instance. The container passes the SessionContext interface to an instance after the instance has been created. The session context remains associated with the instance for the lifetime of the instance. SessionContext接口提供了对容器为会话企业Bean实例提供的运行时会话上下文 的访问。容器在实例创建后将SessionContext接口传递给实例。会话上下文 在实例的生命周期内保持与实例关联。

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

Method Summary
EJBLocalObject getEJBLocalObject()
Obtain a reference to the EJB local object that is associated with the instance. 获取与实例关联的EJB本地对象引用。
EJBObject getEJBObject()
Obtain a reference to the EJB object that is currently associated with the instance. 获取当前与实例关联的EJB对象引用。
MessageContext getMessageContext()
Obtain a reference to the JAX-RPC MessageContext. 获取JAX-RPC MessageContext引用。
<!-- -->
Methods inherited from interface javax.ejb.EJBContext
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, setRollbackOnly

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

Method Detail
<!-- -->

getEJBLocalObject

Obtain a reference to the EJB local object that is associated with the instance. 获取与实例关联的EJB本地对象引用。

An instance of a session enterprise Bean can call this method at anytime between the ejbCreate() and ejbRemove() methods, including from within the ejbCreate() and ejbRemove() methods. 会话企业Bean的实例的ejbCreate()和ejbRemove()之间的方法(包括从ejbRemove() 和ejbRemove()方法)可以随时调用该方法。

An instance can use this method, for example, when it wants to pass a reference to itself in a method argument or result. 实例可以使用该方法,比如,以方法参数或结果形式传递自身引用。

Returns:
The EJB local object currently associated with the instance. 当前与实例关联的EJB本地对象。
Throws:
IllegalStateException - Thrown if the instance invokes this method while the instance is in a state that does not allow the instance to invoke this method, or if the instance does not have a local interface. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有本地接口时抛出。
<!-- -->

getEJBObject

Obtain a reference to the EJB object that is currently associated with the instance. 获取当前与实例关联的EJB对象引用。

An instance of a session enterprise Bean can call this method at anytime between the ejbCreate() and ejbRemove() methods, including from within the ejbCreate() and ejbRemove() methods. 会话企业Bean的实例的ejbCreate()和ejbRemove()之间的方法(包括从ejbRemove() 和ejbRemove()方法)可以随时调用该方法。

An instance can use this method, for example, when it wants to pass a reference to itself in a method argument or result. 实例可以使用该方法,比如,以方法参数或结果形式传递自身引用。

Returns:
The EJB object currently associated with the instance. 当前与实例关联的EJB对象。
Throws:
IllegalStateException - Thrown if the instance invokes this method while the instance is in a state that does not allow the instance to invoke this method, or if the instance does not have a remote interface. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有远程接口时抛出。
<!-- -->

getMessageContext

Obtain a reference to the JAX-RPC MessageContext. 获取JAX-RPC MessageContext引用。

An instance of a stateless session bean can call this method from any business method invoked through its web service endpoint interface. 无状态会话bean可以从通过web service终点接口调用的业务方法中调用该方法。

Returns:
The MessageContext for this web service invocation. 用于web service调用的MessageContext。
Throws:
IllegalStateException - Thrown if this method is invoked while the instance is in a state that does not allow access to this method. 如果实例调用改方法而实例所在的状态不允许其 访问该方法时抛出。
<!-- ========= 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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值