org.gwe.api
Class ShutdownDaemonRequest

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

public class ShutdownDaemonRequest
extends SystemDaemonRequest<java.lang.String>

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
ShutdownDaemonRequest(int releaseReason, java.lang.Exception e)
           
 
Method Summary
 boolean systemProcess()
           
 
Methods inherited from class org.gwe.api.SystemDaemonRequest
process
 
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

ShutdownDaemonRequest

public ShutdownDaemonRequest(int releaseReason,
                             java.lang.Exception e)
Method Detail

systemProcess

public boolean systemProcess()
Specified by:
systemProcess in class SystemDaemonRequest<java.lang.String>


Copyright © 2007-2009. All Rights Reserved.