javax.ejb.SessionContext翻译

王朝java/jsp·作者佚名  2006-01-10
窄屏简体版  字體: |||超大  

[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview

Package

Class

Tree

Deprecated

Index

Help

JavaTM 2 Platform

Ent. Ed. v1.4

PREV CLASS NEXT CLASS

FRAMES NO FRAMES All Classes

SUMMARY: NESTED | FIELD | CONSTR | METHOD

DETAIL: FIELD | CONSTR | METHOD

javax.ejb

Interface SessionContextAll Superinterfaces: EJBContext public interface SessionContext extends EJBContextThe 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

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

Method Detail

getEJBLocalObjectpublic 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. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有本地接口时抛出。getEJBObjectpublic 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. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有远程接口时抛出。getMessageContextpublic 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. 如果实例调用改方法而实例所在的状态不允许其 访问该方法时抛出。[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview

Package

Class

Tree

Deprecated

Index

Help

JavaTM 2 Platform

Ent. 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.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航