⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ejsremotestatefulcompanylogohandler_48c31b02.java

📁 j2ee源码
💻 JAVA
字号:
package com.leeman.wkexs.master.companylogo.handler;import com.ibm.ejs.container.*;/** * EJSRemoteStatefulCompanyLogoHandler_48c31b02 */public class EJSRemoteStatefulCompanyLogoHandler_48c31b02 extends EJSWrapper implements CompanyLogoHandler {	/**	 * EJSRemoteStatefulCompanyLogoHandler_48c31b02	 */	public EJSRemoteStatefulCompanyLogoHandler_48c31b02() throws java.rmi.RemoteException {		super();	}	/**	 * isBLOBExist	 */	public boolean isBLOBExist(com.leeman.wkexs.master.companylogo.entity.CompanyLogoVO vo) throws java.lang.Exception {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		boolean _EJS_result = false;		try {			com.leeman.wkexs.master.companylogo.handler.CompanyLogoHandlerBean _EJS_beanRef = (com.leeman.wkexs.master.companylogo.handler.CompanyLogoHandlerBean)container.preInvoke(this, 0, _EJS_s);			_EJS_result = _EJS_beanRef.isBLOBExist(vo);		}		catch (java.lang.RuntimeException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (java.lang.Exception 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, 0, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getBLOB	 */	public com.leeman.wkexs.master.companylogo.entity.CompanyLogoVO getBLOB(com.leeman.wkexs.master.companylogo.entity.CompanyLogoVO vo) throws java.lang.Exception {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		com.leeman.wkexs.master.companylogo.entity.CompanyLogoVO _EJS_result = null;		try {			com.leeman.wkexs.master.companylogo.handler.CompanyLogoHandlerBean _EJS_beanRef = (com.leeman.wkexs.master.companylogo.handler.CompanyLogoHandlerBean)container.preInvoke(this, 1, _EJS_s);			_EJS_result = _EJS_beanRef.getBLOB(vo);		}		catch (java.lang.RuntimeException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (java.lang.Exception 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, 1, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * insertBLOB	 */	public void insertBLOB(com.leeman.wkexs.master.companylogo.entity.CompanyLogoVO vo) throws java.lang.Exception {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);				try {			com.leeman.wkexs.master.companylogo.handler.CompanyLogoHandlerBean _EJS_beanRef = (com.leeman.wkexs.master.companylogo.handler.CompanyLogoHandlerBean)container.preInvoke(this, 2, _EJS_s);			_EJS_beanRef.insertBLOB(vo);		}		catch (java.lang.RuntimeException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (java.rmi.RemoteException ex) {			_EJS_s.setUncheckedException(ex);		}		catch (java.lang.Exception 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, 2, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return ;	}}

⌨️ 快捷键说明

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