Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.livedata.shared
Class LiveDataCommand

java.lang.Object
  extended by org.hyperic.hq.livedata.shared.LiveDataCommand
All Implemented Interfaces:
java.io.Serializable

public class LiveDataCommand
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LiveDataCommand(AppdefEntityID id, java.lang.String command, ConfigResponse config)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 AppdefEntityID getAppdefEntityID()
           
 java.lang.String getCommand()
           
 ConfigResponse getConfig()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiveDataCommand

public LiveDataCommand(AppdefEntityID id,
                       java.lang.String command,
                       ConfigResponse config)
Method Detail

getAppdefEntityID

public AppdefEntityID getAppdefEntityID()

getCommand

public java.lang.String getCommand()

getConfig

public ConfigResponse getConfig()

toString

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.