com.beetle.framework.business.command.imp
类 EJBCommandLocalTarget

java.lang.Object
  继承者 com.beetle.framework.business.command.imp.EJBCommandLocalTarget
所有已实现的接口:
ICommandTarget

public class EJBCommandLocalTarget
extends java.lang.Object
implements ICommandTarget

Title: FrameWork

Description: ϵͳ�����Ŀ

Copyright: Copyright (c) 2003

Company: �׿dz����

版本:
1.0
作者:
��ƶ�

方法摘要
 CommandImp executeCommand(CommandImp command)
          executeCommand
 CommandImp executeCommandWithTransation(CommandImp command)
           
static ICommandTarget getInstance()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getInstance

public static ICommandTarget getInstance()

executeCommand

public CommandImp executeCommand(CommandImp command)
                          throws CommandExecuteException
executeCommand

指定者:
接口 ICommandTarget 中的 executeCommand
参数:
command - CommandImp
返回:
CommandImp
抛出:
CommandException
CommandExecuteException

executeCommandWithTransation

public CommandImp executeCommandWithTransation(CommandImp command)
                                        throws CommandExecuteException
指定者:
接口 ICommandTarget 中的 executeCommandWithTransation
抛出:
CommandExecuteException