com.beetle.framework.business.command.imp.ejb
类 CommandServerBean

java.lang.Object
  继承者 com.beetle.framework.business.common.ejb.SessionEJBImp
      继承者 com.beetle.framework.business.command.imp.ejb.CommandServerBean

public class CommandServerBean
extends SessionEJBImp


构造方法摘要
CommandServerBean()
           
 
方法摘要
 CommandImp executeCommand(CommandImp command)
           
 CommandImp executeCommandWithTransaction(CommandImp command)
           
 
从类 com.beetle.framework.business.common.ejb.SessionEJBImp 继承的方法
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, getPrincipal, getSessionContext, setRollbackOnly, setSessionContext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CommandServerBean

public CommandServerBean()
方法详细信息

executeCommandWithTransaction

public CommandImp executeCommandWithTransaction(CommandImp command)

executeCommand

public CommandImp executeCommand(CommandImp command)