com.beetle.framework.business.command.imp.ejb
接口 CommandServer


public interface CommandServer


方法摘要
 CommandImp executeCommand(CommandImp command)
           
 CommandImp executeCommandWithTransaction(CommandImp command)
           
 

方法详细信息

executeCommandWithTransaction

CommandImp executeCommandWithTransaction(CommandImp command)
                                         throws java.rmi.RemoteException
抛出:
java.rmi.RemoteException

executeCommand

CommandImp executeCommand(CommandImp command)
                          throws java.rmi.RemoteException
抛出:
java.rmi.RemoteException