org.weda.action.impl
Class ExecutedActionInfoImpl

java.lang.Object
  extended by org.weda.action.impl.ExecutedActionInfoImpl
All Implemented Interfaces:
java.io.Serializable, ExecutedActionInfo

public class ExecutedActionInfoImpl
extends java.lang.Object
implements ExecutedActionInfo, java.io.Serializable

Author:
tim
See Also:
Serialized Form

Field Summary
static ExecutedActionInfoImpl EMPTY_INFO
           
 
Constructor Summary
ExecutedActionInfoImpl()
           
 
Method Summary
 java.lang.Class getActionClass()
          Возвращает класс действия.
 java.lang.Object getActionResult()
          Метод возвращает результат работы действия.
 java.lang.Exception getExecutionException()
          Вернет исключительную ситуацию которая возникла во время выполнения действия.
 java.lang.Class getTargetClass()
          Возвращает класс объекта над которым было произведено действие.
 java.lang.String getTargetName()
          Возвращает имя объекта над которым было произведено действие.
 boolean isSuccessExecution()
          Возвращает true если действие выполнилось без ошибок.
 void setActionClass(java.lang.Class actionClass)
           
 void setActionResult(java.lang.Object actionResult)
           
 void setExecutionException(java.lang.Exception executionException)
           
 void setSuccessExecution(boolean successExecution)
           
 void setTargetClass(java.lang.Class targetClass)
           
 void setTargetName(java.lang.String targetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_INFO

public static final ExecutedActionInfoImpl EMPTY_INFO
Constructor Detail

ExecutedActionInfoImpl

public ExecutedActionInfoImpl()
Method Detail

getActionClass

public java.lang.Class getActionClass()
Description copied from interface: ExecutedActionInfo
Возвращает класс действия.

Specified by:
getActionClass in interface ExecutedActionInfo

setActionClass

public void setActionClass(java.lang.Class actionClass)

getTargetClass

public java.lang.Class getTargetClass()
Description copied from interface: ExecutedActionInfo
Возвращает класс объекта над которым было произведено действие.

Specified by:
getTargetClass in interface ExecutedActionInfo

setTargetClass

public void setTargetClass(java.lang.Class targetClass)

getTargetName

public java.lang.String getTargetName()
Description copied from interface: ExecutedActionInfo
Возвращает имя объекта над которым было произведено действие.

Specified by:
getTargetName in interface ExecutedActionInfo

setTargetName

public void setTargetName(java.lang.String targetName)

isSuccessExecution

public boolean isSuccessExecution()
Description copied from interface: ExecutedActionInfo
Возвращает true если действие выполнилось без ошибок.

Specified by:
isSuccessExecution in interface ExecutedActionInfo

setSuccessExecution

public void setSuccessExecution(boolean successExecution)

getActionResult

public java.lang.Object getActionResult()
Description copied from interface: ExecutedActionInfo
Метод возвращает результат работы действия.

Specified by:
getActionResult in interface ExecutedActionInfo

setActionResult

public void setActionResult(java.lang.Object actionResult)

getExecutionException

public java.lang.Exception getExecutionException()
Description copied from interface: ExecutedActionInfo
Вернет исключительную ситуацию которая возникла во время выполнения действия.

Specified by:
getExecutionException in interface ExecutedActionInfo

setExecutionException

public void setExecutionException(java.lang.Exception executionException)


Copyright © 2005-2006 . All Rights Reserved.