|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.core.AbstractService | +--jason.core.service.DebugService
Created Thu Jun 13 16:52:55 2002
This is a service for debugging only. It traces on the console all the service properties
Field 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 | |
DebugService()
|
Method Summary | |
java.lang.String |
getValueToStringForArray(java.lang.Object[] o)
|
java.lang.String |
getValueToStringForStruct(java.util.Hashtable o)
|
protected void |
notifyInitReady()
This method is called when the init method is
runned |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DebugService()
Method Detail |
protected void notifyInitReady()
AbstractService
init
method is
runned
notifyInitReady
in class AbstractService
public java.lang.String getValueToStringForArray(java.lang.Object[] o)
public java.lang.String getValueToStringForStruct(java.util.Hashtable o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |