jason.core.service
Class ToolkitService

java.lang.Object
  |
  +--jason.core.AbstractService
        |
        +--jason.core.service.ToolkitService
All Implemented Interfaces:
java.io.Serializable, Service, ServiceDataListener

public class ToolkitService
extends AbstractService

Created Fri Apr 25 08:42:52 2003 Toolkit for services. This kind of class is only for managing user request and send responses. So it isn't in a thread and nothing need to be done for the run method. However start could be used for checking for properties values.

Author:
(c) 2002-2003 Alexandre Brillant
See Also:
Serialized Form

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
ToolkitService()
           
 
Methods inherited from class jason.core.AbstractService
actionForStart, canRestartOnError, checkForContext, fireCriticalErrorDetected, getAutoRestartCounter, getBooleanProperty, getInfo, getIntProperty, getName, getPropertiesName, getProperty, getServiceContext, getServiceState, getState, getStringProperty, getType, getVersion, hasServiceContext, init, isAutoStop, isEnabled, isInitialized, isOverride, isPersistent, isPrivate, isProcessable, isStarted, isStopped, isTest, isThreadable, isVerbose, manageRequest, manageRequestForType, notifyData, notifyInitReady, notifyStartReady, notifyStopReady, postStop, restart, run, sendCustomMessage, sendErrorMessage, sendInformationMessage, sendInnerError, sendWarningMessage, setAutoRestartCounter, setAutoRestartOnError, setAutoStop, setEnabled, setName, setPersistent, setPrivate, setProperty, setServiceContext, setTest, setType, setVerbose, setVersion, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolkitService

public ToolkitService()