fr.dyade.aaa.agent

Class AdminAckStartStopNot

Implemented Interfaces:
Cloneable, Serializable

public class AdminAckStartStopNot
extends Notification

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

See Also:
StartScript, StopScript, AgentAdmin, AdminStartStopNot

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

String
toString()

Methods inherited from class fr.dyade.aaa.agent.Notification

clone, getContext, setContext, toString

Field Details

exc

public ExceptionCmd exc
exception catch in start/stop


startScript

public StartScript startScript
start script


status

public int status
operation status


stopScript

public StopScript stopScript
stop script

Constructor Details

AdminAckStartStopNot

public AdminAckStartStopNot()


AdminAckStartStopNot

public AdminAckStartStopNot(ExceptionCmd exc)

Method Details

toString

public String toString()
Overrides:
toString in interface Notification


Copyright B) 2004 Scalagent - All rights reserved