Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > Java > javax.ejb.SessionContext翻译
【标  题】:javax.ejb.SessionContext翻译
【关键字】:javax.ejb.SessionContext
【来  源】:http://blog.csdn.net/wocongdongfanglai/archive/2005/12/15/553079.aspx

javax.ejb.SessionContext翻译

Your Ad Here  
JavaTM 2 Platform
Ent. Ed. v1.4

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接口传递给实例。会话上下文 在实例的生命周期内保持与实例关联。


Method Summary
 EJBLocalObjectgetEJBLocalObject()
          Obtain a reference to the EJB local object that is associated with the instance. 获取与实例关联的EJB本地对象引用。
 EJBObjectgetEJBObject()
          Obtain a reference to the EJB object that is currently associated with the instance. 获取当前与实例关联的EJB对象引用。
 MessageContextgetMessageContext()
          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
 

Method Detail

getEJBLocalObject

public EJBLocalObject getEJBLocalObject()
                                 throws IllegalStateException
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

public EJBObject getEJBObject()
                       throws IllegalStateException
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

public MessageContext getMessageContext()
                                 throws IllegalStateException
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. 如果实例调用改方法而实例所在的状态不允许其 访问该方法时抛出。

JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.

VC实现的聊天室:【上一篇】
SSO技术总结(四):【下一篇】
【相关文章】
没有相关文章
【随机文章】
  • 回调函数实例与分析
  • 标准Linux C API 函数库 查询
  • 终于下定决心重新做项目了
  • 创建虚拟目录和移除虚拟目录
  • 转载:C/C++深层探索(九)
  • Visual c++ 技术内幕 Ex21a,例子可耻di失败鸟.
  • 关于前台调用后台事件__doPostBack函数
  • 虚拟竞技场2004 独家秘籍
  • 用socket发送xml文档,把生成的xml文档转化成字符流输出
  • 关于页面和代码分离
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.