org.gwe.api
Class SystemDaemonRequest<PARAMS_TYPE extends java.io.Serializable>

java.lang.Object
  extended by org.gwe.persistence.model.order.DaemonRequest<PARAMS_TYPE>
      extended by org.gwe.api.SystemDaemonRequest<PARAMS_TYPE>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ShutdownDaemonRequest

public abstract class SystemDaemonRequest<PARAMS_TYPE extends java.io.Serializable>
extends DaemonRequest<PARAMS_TYPE>

Since:
Feb 3, 2008
Author:
Marco Ruiz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gwe.persistence.model.order.DaemonRequest
execId, keys, maxJobRunningTime, parameters
 
Constructor Summary
SystemDaemonRequest()
           
 
Method Summary
 java.io.Serializable process(java.lang.String workspace)
           
abstract  boolean systemProcess()
           
 
Methods inherited from class org.gwe.persistence.model.order.DaemonRequest
getExecId, setExecId, setKeys, setMaxJobRunningTime, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemDaemonRequest

public SystemDaemonRequest()
Method Detail

process

public java.io.Serializable process(java.lang.String workspace)
Specified by:
process in class DaemonRequest<PARAMS_TYPE extends java.io.Serializable>

systemProcess

public abstract boolean systemProcess()


Copyright © 2007-2009. All Rights Reserved.