com.beetle.framework.business.delegate.imp.ejb
接口 BusinessDelegate


public interface BusinessDelegate

Title: BeetleSoft Framework

Description: 商业逻辑委派设计模式远程接口

Copyright: Copyright (c) 2003

Company: 甲壳虫软件

版本:
1.0
作者:
余浩东

方法摘要
 BsResponse executeBusiness(BsRequest params)
           
 BsResponse executeBusinessWithTransaction(BsRequest params)
           
 Output runServiceNotSupported(Input params)
           
 Output runServiceRequired(Input params)
           
 Output runServiceSupports(Input params)
           
 

方法详细信息

executeBusiness

BsResponse executeBusiness(BsRequest params)
                           throws java.rmi.RemoteException
抛出:
java.rmi.RemoteException

runServiceSupports

Output runServiceSupports(Input params)
                          throws java.rmi.RemoteException
抛出:
java.rmi.RemoteException

runServiceNotSupported

Output runServiceNotSupported(Input params)
                              throws java.rmi.RemoteException
抛出:
java.rmi.RemoteException

runServiceRequired

Output runServiceRequired(Input params)
                          throws java.rmi.RemoteException
抛出:
java.rmi.RemoteException

executeBusinessWithTransaction

BsResponse executeBusinessWithTransaction(BsRequest params)
                                          throws java.rmi.RemoteException
抛出:
java.rmi.RemoteException