📄 ejsremotecmpobject_tokenhome_3a23ec87.java
字号:
package com.leeman.common.dao;import com.ibm.ejs.container.*;/** * EJSRemoteCMPObject_TokenHome_3a23ec87 */public class EJSRemoteCMPObject_TokenHome_3a23ec87 extends EJSWrapper implements com.leeman.common.dao.Object_TokenHome, com.leeman.common.dao.websphere_deploy.Object_TokenBeanInternalHome_3a23ec87 { /** * EJSRemoteCMPObject_TokenHome_3a23ec87 */ public EJSRemoteCMPObject_TokenHome_3a23ec87() throws java.rmi.RemoteException { super(); } /** * create */ public com.leeman.common.dao.Object_Token create(java.lang.String company_id, java.lang.String record_key, java.lang.String table_name) throws javax.ejb.CreateException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); com.leeman.common.dao.Object_Token _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 0, _EJS_s); _EJS_result = _EJS_beanRef.create(company_id, record_key, table_name); } 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.common.dao.Object_Token findByPrimaryKey(com.leeman.common.dao.Object_TokenKey primaryKey) throws javax.ejb.FinderException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); com.leeman.common.dao.Object_Token _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)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; } /** * findByUserRecordKey */ public com.leeman.common.dao.Object_Token findByUserRecordKey(java.lang.String company_id, java.lang.String record_key, java.lang.String table_name, java.lang.String session_id) throws javax.ejb.FinderException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); com.leeman.common.dao.Object_Token _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 2, _EJS_s); _EJS_result = _EJS_beanRef.findByUserRecordKey(company_id, record_key, table_name, session_id); } 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, 2, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * findTableLock */ public com.leeman.common.dao.Object_Token findTableLock(java.lang.String company_id, java.lang.String table_name, java.lang.String table_lock) throws javax.ejb.FinderException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); com.leeman.common.dao.Object_Token _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 3, _EJS_s); _EJS_result = _EJS_beanRef.findTableLock(company_id, table_name, table_lock); } 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, 3, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * findTableToken */ public java.util.Collection findTableToken(java.lang.String company_id, java.lang.String table_name) throws javax.ejb.FinderException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.util.Collection _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 4, _EJS_s); _EJS_result = _EJS_beanRef.findTableToken(company_id, table_name); } 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, 4, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * findUserSessionToken */ public java.util.Collection findUserSessionToken(java.lang.String company_id, java.lang.String user_id, java.lang.String session_id) throws javax.ejb.FinderException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.util.Collection _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 5, _EJS_s); _EJS_result = _EJS_beanRef.findUserSessionToken(company_id, user_id, session_id); } 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, 5, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * findUserToken */ public java.util.Collection findUserToken(java.lang.String company_id, java.lang.String user_id) throws javax.ejb.FinderException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.util.Collection _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 6, _EJS_s); _EJS_result = _EJS_beanRef.findUserToken(company_id, user_id); } 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, 6, _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.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 7, _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, 7, _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.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 8, _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, 8, _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.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 9, _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, 9, _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.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 10, _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, 10, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -