📄 ejsremotestatefulgoodpack_be36f589.java
字号:
package sessEJB;
import com.ibm.ejs.container.*;
import javax.ejb.*;
import java.rmi.RemoteException;
/**
* EJSRemoteStatefulGoodPack_be36f589
* @generated
*/
public class EJSRemoteStatefulGoodPack_be36f589
extends EJSWrapper
implements GoodPack {
/**
* EJSRemoteStatefulGoodPack_be36f589
* @generated
*/
public EJSRemoteStatefulGoodPack_be36f589()
throws java.rmi.RemoteException {
super();
}
/**
* addGood
* @generated
*/
public java.util.HashMap addGood(sessEJB.GoodInfoDes goodInfoDes)
throws java.rmi.RemoteException {
EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
java.util.HashMap _EJS_result = null;
try {
sessEJB.GoodPackBean beanRef =
(sessEJB.GoodPackBean) container.preInvoke(this, 0, _EJS_s);
_EJS_result = beanRef.addGood(goodInfoDes);
} catch (java.rmi.RemoteException ex) {
_EJS_s.setUncheckedException(ex);
} catch (Throwable ex) {
_EJS_s.setUncheckedException(ex);
throw new RemoteException(
"bean method raised unchecked exception",
ex);
} finally {
container.postInvoke(this, 0, _EJS_s);
container.putEJSDeployedSupport(_EJS_s);
}
return _EJS_result;
}
/**
* removeGood
* @generated
*/
public void removeGood(java.lang.String string)
throws java.rmi.RemoteException {
EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
try {
sessEJB.GoodPackBean beanRef =
(sessEJB.GoodPackBean) container.preInvoke(this, 1, _EJS_s);
beanRef.removeGood(string);
} catch (java.rmi.RemoteException ex) {
_EJS_s.setUncheckedException(ex);
} catch (Throwable ex) {
_EJS_s.setUncheckedException(ex);
throw new RemoteException(
"bean method raised unchecked exception",
ex);
} finally {
container.postInvoke(this, 1, _EJS_s);
container.putEJSDeployedSupport(_EJS_s);
}
return;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -