ejsremotecmpobject_token_3a23ec87.java

来自「j2ee源码」· Java 代码 · 共 285 行

JAVA
285
字号
package com.leeman.common.dao;import com.ibm.ejs.container.*;/** * EJSRemoteCMPObject_Token_3a23ec87 */public class EJSRemoteCMPObject_Token_3a23ec87 extends EJSWrapper implements Object_Token {	/**	 * EJSRemoteCMPObject_Token_3a23ec87	 */	public EJSRemoteCMPObject_Token_3a23ec87() throws java.rmi.RemoteException {		super();	}	/**	 * getProgram_id	 */	public java.lang.String getProgram_id() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 0, _EJS_s);			_EJS_result = _EJS_beanRef.getProgram_id();		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 0, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getSession_id	 */	public java.lang.String getSession_id() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 1, _EJS_s);			_EJS_result = _EJS_beanRef.getSession_id();		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 1, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getTable_lock	 */	public java.lang.String getTable_lock() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 2, _EJS_s);			_EJS_result = _EJS_beanRef.getTable_lock();		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 2, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getUser_id	 */	public java.lang.String getUser_id() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 3, _EJS_s);			_EJS_result = _EJS_beanRef.getUser_id();		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 3, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getToken_datetime	 */	public java.util.Date getToken_datetime() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.util.Date _EJS_result = null;		try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 4, _EJS_s);			_EJS_result = _EJS_beanRef.getToken_datetime();		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 4, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * setProgram_id	 */	public void setProgram_id(java.lang.String newProgram_id) throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 5, _EJS_s);			_EJS_beanRef.setProgram_id(newProgram_id);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 5, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return ;	}	/**	 * setSession_id	 */	public void setSession_id(java.lang.String newSession_id) throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 6, _EJS_s);			_EJS_beanRef.setSession_id(newSession_id);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 6, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return ;	}	/**	 * setTable_lock	 */	public void setTable_lock(java.lang.String newTable_lock) throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 7, _EJS_s);			_EJS_beanRef.setTable_lock(newTable_lock);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 7, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return ;	}	/**	 * setToken_datetime	 */	public void setToken_datetime(java.util.Date newToken_datetime) throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 8, _EJS_s);			_EJS_beanRef.setToken_datetime(newToken_datetime);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 8, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return ;	}	/**	 * setUser_id	 */	public void setUser_id(java.lang.String newUser_id) throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.common.dao.Object_TokenBean _EJS_beanRef = (com.leeman.common.dao.Object_TokenBean)container.preInvoke(this, 9, _EJS_s);			_EJS_beanRef.setUser_id(newUser_id);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (Throwable ex) {			_EJS_s.setUncheckedException(ex);			throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);		}		finally {			try {				container.postInvoke(this, 9, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return ;	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?