ejsremotecmpusershome_789ae0b4.java

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

JAVA
193
字号
package com.leeman.wkexs.master.users.dao;import com.ibm.ejs.container.*;/** * EJSRemoteCMPUsersHome_789ae0b4 */public class EJSRemoteCMPUsersHome_789ae0b4 extends EJSWrapper implements com.leeman.wkexs.master.users.dao.UsersHome, com.leeman.wkexs.master.users.dao.websphere_deploy.UsersBeanInternalHome_789ae0b4 {	/**	 * EJSRemoteCMPUsersHome_789ae0b4	 */	public EJSRemoteCMPUsersHome_789ae0b4() throws java.rmi.RemoteException {		super();	}	/**	 * create	 */	public com.leeman.wkexs.master.users.dao.Users create(java.lang.String company_id, java.lang.String user_id) throws javax.ejb.CreateException, java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		com.leeman.wkexs.master.users.dao.Users _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4 _EJS_beanRef = (com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4)container.preInvoke(this, 0, _EJS_s);			_EJS_result = _EJS_beanRef.create(company_id, user_id);		}		catch (javax.ejb.CreateException ex) {			_EJS_s.setCheckedException(ex);			throw ex;		}		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;	}	/**	 * findByPrimaryKey	 */	public com.leeman.wkexs.master.users.dao.Users findByPrimaryKey(com.leeman.wkexs.master.users.dao.UsersKey primaryKey) throws javax.ejb.FinderException, java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		com.leeman.wkexs.master.users.dao.Users _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4 _EJS_beanRef = (com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4)container.preInvoke(this, 1, _EJS_s);			_EJS_result = _EJS_beanRef.findByPrimaryKey(primaryKey);		}		catch (javax.ejb.FinderException ex) {			_EJS_s.setCheckedException(ex);			throw ex;		}		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;	}	/**	 * getEJBMetaData	 */	public javax.ejb.EJBMetaData getEJBMetaData() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		javax.ejb.EJBMetaData _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4 _EJS_beanRef = (com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4)container.preInvoke(this, 2, _EJS_s);			_EJS_result = _EJS_beanRef.getEJBMetaData();		}		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;	}	/**	 * getHomeHandle	 */	public javax.ejb.HomeHandle getHomeHandle() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		javax.ejb.HomeHandle _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4 _EJS_beanRef = (com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4)container.preInvoke(this, 3, _EJS_s);			_EJS_result = _EJS_beanRef.getHomeHandle();		}		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;	}	/**	 * remove	 */	public void remove(java.lang.Object arg0) throws java.rmi.RemoteException, javax.ejb.RemoveException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4 _EJS_beanRef = (com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4)container.preInvoke(this, 4, _EJS_s);			_EJS_beanRef.remove(arg0);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (javax.ejb.RemoveException ex) {			_EJS_s.setCheckedException(ex);			throw 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 ;	}	/**	 * remove	 */	public void remove(javax.ejb.Handle arg0) throws java.rmi.RemoteException, javax.ejb.RemoveException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4 _EJS_beanRef = (com.leeman.wkexs.master.users.dao.EJSCMPUsersHomeBean_789ae0b4)container.preInvoke(this, 5, _EJS_s);			_EJS_beanRef.remove(arg0);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (javax.ejb.RemoveException ex) {			_EJS_s.setCheckedException(ex);			throw 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 ;	}}

⌨️ 快捷键说明

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