Method Summary |
|
public void | breakExecution() |
abstract protected void | close() |
abstract public void | commit() |
public XSSLAction | copy() |
public boolean | execute() |
public boolean | execute(XSSLAction action) |
public void | finalize() |
public static XSSLAction | findOnHold(String id) |
public Object | get(String id) |
public static String | getACTION_CATCH_EX() |
public static int | getACTION_CLOSE() |
public static int | getACTION_CLOSE_EVENT() |
public static int | getACTION_COMMIT() |
public static int | getACTION_COMMIT_EVENT() |
public static int | getACTION_COMPLETED_EVENT() |
public static int | getACTION_COPIED_EVENT() |
public static String | getACTION_DO_CLOSE() |
public static String | getACTION_DO_COMMIT() |
public static String | getACTION_DO_RESET() |
public static String | getACTION_DO_ROLLBACK() |
public static int | getACTION_ERROR_EVENT() |
public static String | getACTION_EVENT_TRIGGER() |
public static int | getACTION_EXCEPTION_LOGGED_EVENT() |
public static int | getACTION_EXCEPTION_THROWN_EVENT() |
public static int | getACTION_FAILURE_EVENT() |
public static int | getACTION_INITITIALIZED_EVENT() |
public static int | getACTION_PREPROCESS_EVENT() |
public static int | getACTION_PRESET_EVENT() |
public static int | getACTION_PROCESSED_EVENT() |
public static int | getACTION_RESET_EVENT() |
public static int | getACTION_ROLLBACK() |
public static int | getACTION_ROLLBACK_EVENT() |
public static int | getACTION_SET_EVENT() |
public static int | getACTION_STARTED_EVENT() |
public static int | getACTION_STATUS_EVENT() |
public static int | getACTION_SUCCESS_EVENT() |
public static int | getACTION_VALUE_SET_EVENT() |
public static String | getDEFAULT() |
public IDataSource | getDataSource(String id) |
public int | getEventId() |
public ArrayList | getEventList() |
public Exception | getException() |
public boolean | getExecutionStatus() |
public AbstractPersistance | getGlobalPersistance() |
public static String | getOBJECT_ID() |
public XSSLAction | getOriginalRule() |
public AbstractPersistance | getPersistance() |
public AbstractPersistance | getPersistance(boolean global) |
public String | getPhysicalPath() |
public String | getRulePath() |
public static int | getTRIGGER_AFTER_REMOVE_EVENT() |
public static int | getTRIGGER_BEFORE_REMOVE_EVENT() |
public static int | getTRIGGER_END_EVENT() |
public static int | getTRIGGER_ERROR_EVENT() |
public static int | getTRIGGER_START_EVENT() |
public Object | getTransactionAction() |
public Object | getTransactionComponent(String id) |
public Object | getTransactionConfig() |
public Object | getTransactionController() |
public Object | getTransactionRequest() |
public Object | getTransactionResponse() |
public Object | getTransactionSession() |
public String | getWorkingDirectory() |
public boolean | hasException() |
public boolean | hasExecuted() |
public String | hold(String holdId) |
protected void | init() |
abstract protected void | invoke() |
public boolean | isAlive() |
public boolean | isBroken() |
public boolean | isCloned() |
public boolean | isHolding() |
public boolean | isStarted() |
public boolean | isThreaded() |
public void | issueTrigger(int eventId) |
public void | issueTrigger(int eventId, Object param) |
protected void | process() |
public static void | removeGlobalPersistance(String ruleId) |
public void | reset() |
protected Object | resolveKeyword(Object key) |
public void | resume(Object data) |
abstract public void | rollback() |
public void | run() |
abstract protected void | set() |
public void | setCloned(boolean flag) |
public void | setEventId(int eventId) |
public void | setException(Exception ex) |
public void | setExecutionStatus(boolean executionStatus) |
public void | setHold(boolean holding) |
public void | setOriginalRule(XSSLAction originalRule) |
public void | setPersistance(AbstractPersistance persistance) |
public void | setPhysicalPath(String physicalPath) |
public void | setResumeData(Object data) |
public void | setRulePath(String rulePath) |
public void | setStarted(boolean flag) |
abstract protected String | setTagName() |
public void | setThreaded(boolean flag) |
public void | setTransactionComponent(String id, Object comp) |
public void | setTransactionController(Object controller) |
public void | setWorkingDirectory(String workingDirectory) |
public synchronized void | start() |
public void | throwException() |
public boolean | throwsException() |
public boolean | transaction(int choice) |