?? fahuojilusession_dl1jfm_eoimpl.java
字號:
/**
* This code was automatically generated at 15:16:22 on 2007-1-15
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
* @author Copyright (c) 2007 by BEA Systems, Inc. All Rights Reserved.
*/
package ejb;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class FahuojiluSession_dl1jfm_EOImpl
extends weblogic.ejb20.internal.StatefulEJBObject_Activatable
implements ejb.FahuojiluSession, weblogic.utils.PlatformConstants
{
public FahuojiluSession_dl1jfm_EOImpl() {}
public java.util.List selectForUserCode(java.lang.String arg0)
throws java.rmi.RemoteException
{
java.lang.Throwable __ee = null;
weblogic.ejb20.internal.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((FahuojiluSession_dl1jfm_HomeImpl)getEJBHome()).md_eo_selectForUserCode_S;
try {
__wrap = super.preInvoke(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvoke(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { arg0}));
}
FahuojiluSession_dl1jfm_Intf __bean = (FahuojiluSession_dl1jfm_Intf) __wrap.getBean();
java.util.List result = null;
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
result = __bean.selectForUserCode( arg0);
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvoke(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else {
throw new java.rmi.UnexpectedException("Unexpected exception in " +
"ejb.FahuojiluSessionBean.selectForUserCode():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
return result;
}
public java.util.List selectForDingDanHao(java.lang.String arg0)
throws java.rmi.RemoteException
{
java.lang.Throwable __ee = null;
weblogic.ejb20.internal.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((FahuojiluSession_dl1jfm_HomeImpl)getEJBHome()).md_eo_selectForDingDanHao_S;
try {
__wrap = super.preInvoke(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvoke(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { arg0}));
}
FahuojiluSession_dl1jfm_Intf __bean = (FahuojiluSession_dl1jfm_Intf) __wrap.getBean();
java.util.List result = null;
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
result = __bean.selectForDingDanHao( arg0);
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvoke(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else {
throw new java.rmi.UnexpectedException("Unexpected exception in " +
"ejb.FahuojiluSessionBean.selectForDingDanHao():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
return result;
}
public java.util.List selectAll() throws java.rmi.RemoteException
{
java.lang.Throwable __ee = null;
weblogic.ejb20.internal.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((FahuojiluSession_dl1jfm_HomeImpl)getEJBHome()).md_eo_selectAll;
try {
__wrap = super.preInvoke(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvoke(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { }));
}
FahuojiluSession_dl1jfm_Intf __bean = (FahuojiluSession_dl1jfm_Intf) __wrap.getBean();
java.util.List result = null;
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
result = __bean.selectAll();
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvoke(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else {
throw new java.rmi.UnexpectedException("Unexpected exception in " +
"ejb.FahuojiluSessionBean.selectAll():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
return result;
}
public boolean inster(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, java.lang.String arg4, float arg5, java.lang.String arg6, java.lang.String arg7)
throws java.rmi.RemoteException
{
java.lang.Throwable __ee = null;
weblogic.ejb20.internal.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((FahuojiluSession_dl1jfm_HomeImpl)getEJBHome()).md_eo_inster_SSSSSfSS;
try {
__wrap = super.preInvoke(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvoke(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { arg0, arg1, arg2, arg3, arg4,new Float( arg5), arg6, arg7}));
}
FahuojiluSession_dl1jfm_Intf __bean = (FahuojiluSession_dl1jfm_Intf) __wrap.getBean();
boolean result = false;
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
result = __bean.inster( arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvoke(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else {
throw new java.rmi.UnexpectedException("Unexpected exception in " +
"ejb.FahuojiluSessionBean.inster():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
return result;
}
public boolean delete(java.lang.String arg0) throws java.rmi.RemoteException
{
java.lang.Throwable __ee = null;
weblogic.ejb20.internal.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((FahuojiluSession_dl1jfm_HomeImpl)getEJBHome()).md_eo_delete_S;
try {
__wrap = super.preInvoke(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvoke(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { arg0}));
}
FahuojiluSession_dl1jfm_Intf __bean = (FahuojiluSession_dl1jfm_Intf) __wrap.getBean();
boolean result = false;
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
result = __bean.delete( arg0);
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvoke(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else {
throw new java.rmi.UnexpectedException("Unexpected exception in " +
"ejb.FahuojiluSessionBean.delete():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
return result;
}
public void remove()
throws javax.ejb.RemoveException, java.rmi.RemoteException
{
super.remove(((FahuojiluSession_dl1jfm_HomeImpl)getEJBHome()).md_eo_remove);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -