fr.dyade.aaa.agent
Class AdminAckStartStopNot

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byfr.dyade.aaa.agent.AdminAckStartStopNot
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class AdminAckStartStopNot
extends Notification

AdminAckStartStopNot is a notification. It's an acknowledge of AdminStartStopNot.

See Also:
StartScript, StopScript, AgentAdmin, AdminStartStopNot, Serialized Form

Field Summary
 ExceptionCmd exc
          exception catch in start/stop
 StartScript startScript
          start script
 int status
          operation status
 StopScript stopScript
          stop script
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
AdminAckStartStopNot()
           
AdminAckStartStopNot(ExceptionCmd exc)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exc

public ExceptionCmd exc
exception catch in start/stop


startScript

public StartScript startScript
start script


stopScript

public StopScript stopScript
stop script


status

public int status
operation status

Constructor Detail

AdminAckStartStopNot

public AdminAckStartStopNot()

AdminAckStartStopNot

public AdminAckStartStopNot(ExceptionCmd exc)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Notification


Copyright ? 2004 Scalagent - All rights reserved