📄 myejb_bvcju8_eloimpl.java
字号:
/**
* This code was automatically generated at 18:27:59 on 2004-7-22
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1 Fri Dec 5 15:01:51 PST 2003 316284
* @author Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
*/
package myejb;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class Myejb_bvcju8_ELOImpl
extends weblogic.ejb20.internal.EntityEJBLocalObject
implements myejb.Myejb, weblogic.utils.PlatformConstants, java.io.Serializable
{
public Myejb_bvcju8_ELOImpl() {}
public java.lang.String getDlDm()
{
java.lang.Throwable __ee = null;
weblogic.ejb20.interfaces.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((Myejb_bvcju8_LocalHomeImpl)getEJBLocalHome()).md_eo_getDlDm;
try {
__wrap = super.preInvokeLite(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvokeLite(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { }));
}
Myejb_bvcju8_Intf __bean = (Myejb_bvcju8_Intf) __wrap.getBean();
java.lang.String result = null;
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
result = __bean.getDlDm(
);
((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvokeLite(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof javax.ejb.EJBException) {
throw (javax.ejb.EJBException) e;
}
else {
throw new javax.ejb.EJBException("Unexpected exception in " +
"myejb.MyejbBean.getDlDm():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
return result;
}
public java.lang.String getDlMc()
{
java.lang.Throwable __ee = null;
weblogic.ejb20.interfaces.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((Myejb_bvcju8_LocalHomeImpl)getEJBLocalHome()).md_eo_getDlMc;
try {
__wrap = super.preInvokeLite(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvokeLite(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { }));
}
Myejb_bvcju8_Intf __bean = (Myejb_bvcju8_Intf) __wrap.getBean();
java.lang.String result = null;
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
result = __bean.getDlMc(
);
((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvokeLite(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof javax.ejb.EJBException) {
throw (javax.ejb.EJBException) e;
}
else {
throw new javax.ejb.EJBException("Unexpected exception in " +
"myejb.MyejbBean.getDlMc():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
return result;
}
public void setDlMc(java.lang.String arg0)
{
java.lang.Throwable __ee = null;
weblogic.ejb20.interfaces.InvocationWrapper __wrap;
weblogic.ejb20.internal.MethodDescriptor __md =
((Myejb_bvcju8_LocalHomeImpl)getEJBLocalHome()).md_eo_setDlMc_S;
try {
__wrap = super.preInvokeLite(
__md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
} catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
__wrap = super.preInvokeLite(
__md, new weblogic.ejb20.internal.EJBContextHandler(
__md, new Object [] { arg0}));
}
Myejb_bvcju8_Intf __bean = (Myejb_bvcju8_Intf) __wrap.getBean();
// No return value
int __oldState = __bean.__WL_getMethodState();
try {
__bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
__bean.setDlMc(
arg0);
((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
} catch (java.lang.Throwable t) {
__ee = t;
}
finally {
__bean.__WL_setMethodState(__oldState);
}
try {
super.postInvokeLite(__wrap, __ee);
} catch (java.lang.Exception e) {
if (e instanceof javax.ejb.EJBException) {
throw (javax.ejb.EJBException) e;
}
else {
throw new javax.ejb.EJBException("Unexpected exception in " +
"myejb.MyejbBean.setDlMc():" + EOL +
weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
}
}
// No return result
}
public void remove()
throws javax.ejb.RemoveException
{
super.remove(((Myejb_bvcju8_LocalHomeImpl)getEJBLocalHome()).md_eo_remove);
}
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
{
throw new javax.ejb.EJBException(
"Attempt to pass a reference to an EJBLocalObject to a remote " +
"client. A local EJB component may only be accessed by clients " +
"co-located in the same ear or standalone jar file.");
}
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException, java.lang.ClassNotFoundException
{
// this method is never called
throw new javax.ejb.EJBException(
"Attempt to pass a reference to an EJBLocalObject to a remote " +
"client. A local EJB component may only be accessed by clients " +
"co-located in the same ear or standalone jar file.");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -