org.ow2.jasmine.jadort.service.action
Class AbstractAction
java.lang.Object
org.ow2.jasmine.jadort.service.action.AbstractAction
- Direct Known Subclasses:
- AbstractJMXAction, WorkerAction
public abstract class AbstractAction
- extends Object
Abstract action. The JaDOrT service takes actions on all modules (be it
servers, workers, ...).
- Author:
- Malek Chahine, Remy Bresson, S. Ali Tokmen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAction
public AbstractAction()
flushLog
public String flushLog()
- Returns:
- Event log for this server. This will erase all past logs.
appendToLog
public void appendToLog(String string)
- Parameters:
string - String to append to the log. This method automatically
handles new lines at end of log.
Copyright © 2012 OW2 Consortium. All Rights Reserved.