?? 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 + -