Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.agent.commands
Class AgentReceiveFileData_args

java.lang.Object
  extended by org.hyperic.hq.agent.AgentRemoteValue
      extended by org.hyperic.hq.agent.commands.AgentReceiveFileData_args
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, GenericValueMap

public class AgentReceiveFileData_args
extends AgentRemoteValue

See Also:
Serialized Form

Constructor Summary
AgentReceiveFileData_args()
           
AgentReceiveFileData_args(AgentRemoteValue args)
           
 
Method Summary
 void addFileData(FileData data)
           
 FileData getFile(int idx)
           
 int getNumFiles()
           
 
Methods inherited from class org.hyperic.hq.agent.AgentRemoteValue
fromStream, getKeys, getValue, getValueAsDouble, getValueAsInt, getValueAsLong, readExternal, setValue, toStream, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentReceiveFileData_args

public AgentReceiveFileData_args()

AgentReceiveFileData_args

public AgentReceiveFileData_args(AgentRemoteValue args)
                          throws AgentRemoteException
Throws:
AgentRemoteException
Method Detail

addFileData

public void addFileData(FileData data)
                 throws AgentRemoteException
Throws:
AgentRemoteException

getFile

public FileData getFile(int idx)
                 throws AgentRemoteException
Throws:
AgentRemoteException

getNumFiles

public int getNumFiles()
                throws AgentRemoteException
Throws:
AgentRemoteException

Hyperic HQ Plugin API v. 4.4.0.2

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