|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.core.AbstractService | +--jason.core.log.LogImpl
Log for activites
Thread
,
Serialized FormField Summary |
Fields inherited from class jason.core.AbstractService |
INITIALIZED, name, NOSTATE, serviceContext, STARTED, STOPPED |
Fields inherited from interface jason.core.Service |
ERROR_MESSAGE, INFORMATION_MESSAGE, VERBOSE_MESSAGE, WARNING_MESSAGE |
Constructor Summary | |
LogImpl()
|
|
LogImpl(java.lang.String fileName,
int tailleTrace)
|
Method Summary | |
void |
addInfo(java.lang.String info)
|
void |
flushTrace()
|
void |
init(ServerConfig majorConfig,
ServiceConfig minorConfig)
|
void |
restart()
restart the service |
void |
run()
User should override this method for running a task. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jason.core.Service |
getBooleanProperty, getInfo, getIntProperty, getName, getProperty, getServiceState, getStringProperty, getType, getVersion, init, isEnabled, isOverride, isPrivate, isVerbose, manageRequest, start, stop |
Constructor Detail |
public LogImpl()
public LogImpl(java.lang.String fileName, int tailleTrace)
Method Detail |
public void flushTrace() throws java.io.IOException
java.io.IOException
public void addInfo(java.lang.String info)
addInfo
in interface Log
public void run()
AbstractService
setThreadLoopMode
method
run
in class AbstractService
public void init(ServerConfig majorConfig, ServiceConfig minorConfig)
public void restart()
Service
restart
in interface Service
restart
in class AbstractService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |