jason.core.service
Class NopSchedulableService

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

public class NopSchedulableService
extends SchedulableService

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
NopSchedulableService()
           
 
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.SchedulableService
getStartingDay, getStartingHour, getStartingMinute, getStartingMonth, getStartingPeriod, init, notifyInitSchedulableReady, run, setStartingDay, setStartingHour, setStartingMinute, setStartingMonth, setStartingPeriod
 
Methods inherited from class jason.core.AbstractService
actionForStart, checkForContext, fireCriticalErrorDetected, getBooleanProperty, getInfo, getIntProperty, getName, getPropertiesName, getProperty, getServiceContext, getServiceState, getState, getStringProperty, getType, getVersion, hasServiceContext, isAutoStop, isEnabled, isInitialized, isOverride, isPersistent, isPrivate, isProcessable, isStarted, isStopped, isTest, isThreadable, isVerbose, manageRequest, manageRequestForType, notifyData, postStop, restart, 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

NopSchedulableService

public NopSchedulableService()
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