jade.domain.JADEAgentManagement
Class ShutdownPlatform

java.lang.Object
  |
  +--jade.domain.JADEAgentManagement.ShutdownPlatform
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Serializable, java.io.Serializable, Term

public class ShutdownPlatform
extends java.lang.Object
implements AgentAction

This class represents the shutdown-platform action of the JADE-agent-management ontology. This action can be requested to the JADE AMS to shutdown the whole platform.

Author:
Giovanni Rimassa - FRAMeTech s.r.l.
See Also:
Serialized Form

Constructor Summary
ShutdownPlatform()
          Default constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownPlatform

public ShutdownPlatform()
Default constructor. A default constructor is necessary for ontological classes.



JADE