javax.ejb.EJBLocalObject翻译

2008-02-23 09:22:02来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

<!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD throws EJBException
Obtain the enterprise Bean's local home interface. The local home interface defines the enterprise Bean's create, finder, remove, and home business methods that are available to local clients. 获得企业Bean的本地home接口。本地home接口定义本地客户端可用的企业Bean的create、finder、remove和home业务方法。

Returns:
A reference to the enterprise Bean's local home interface. 企业Bean的本地home接口引用。
Throws:
EJBException - Thrown when the method failed due to a system-level failure. 方法抛出该异常表示一个由系统级错误引起的失败。

throws EJBException
Obtain the primary key of the EJB local object. 获得EJB本地对象的主键。

This method can be called on an entity bean. An attempt to invoke this method on a session Bean will result in an EJBException. 实体bean可以调用该方法。会话bean试图调用该方法会造成RemoteException。

Returns:
The EJB local object's primary key. EJB对象的主键。
Throws:
EJBException - Thrown when the method failed due to a system-level failure or when invoked on a session bean. 方法抛出该异常表示一个由系统级错误或者因为会话bean调用引起的失败。

throws RemoveException, EJBException
Remove the EJB local object. 删除EJB对象。

Throws:
RemoveException - The enterprise Bean or the container does not allow destruction of the object. 企业Bean或容器不允许清除该对象时抛出。
EJBException - Thrown when the method failed due to a system-level failure. 方法抛出该异常表示一个由系统级错误引起的失败。

throws EJBException
Test if a given EJB local object is identical to the invoked EJB local object. 测试指定的EJB本地对象是否和调用的EJB本地对象为同一对象。

Parameters:
obj - An object to test for identity with the invoked object. 与调用对象比较是否相同的对象。
Returns:
True if the given EJB local object is identical to the invoked object, false otherwise. 如果指定的EJB本地对象和调用对象相同,返回true,否则为false。
Throws:
EJBException - Thrown when the method failed due to a system-level failure. 方法抛出该异常表示一个由系统级错误引起的失败。
<!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD 下一篇: javax.ejb.EJBHome翻译

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:javax.ejb.EJBObject翻译

下一篇:全文检索工具包Lncene工作原理