jason.core.service
Class NopService

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

public class NopService
extends AbstractService

Created Thu May 9 10:36:30 2002

This is a service for testing only, it does no operation

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
NopService()
           
 
Method Summary
protected  void notifyInitReady()
          default behavior
protected  void notifyStartReady()
          This method is called at the end of the start method
protected  void notifyStopReady()
          This method is called at the end of the stop method
 
Methods inherited from class jason.core.AbstractService
actionForStart, checkForContext, fireCriticalErrorDetected, 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, postStop, restart, run, sendCustomMessage, sendErrorMessage, sendInformationMessage, sendInnerError, sendWarningMessage, 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

NopService

public NopService()
Method Detail

notifyInitReady

protected void notifyInitReady()
default behavior

Overrides:
notifyInitReady in class AbstractService

notifyStartReady

protected void notifyStartReady()
Description copied from class: AbstractService
This method is called at the end of the start method

Overrides:
notifyStartReady in class AbstractService

notifyStopReady

protected void notifyStopReady()
Description copied from class: AbstractService
This method is called at the end of the stop method

Overrides:
notifyStopReady in class AbstractService