org.rhq.core.domain.discovery
Class InventoryReportResponse

java.lang.Object
  extended by org.rhq.core.domain.discovery.InventoryReportResponse
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class InventoryReportResponse
extends Object
implements Serializable

This report is sent in response to an InventoryReport being sent to the server. It tells the agent what the persistent resource ids are. TODO GH: This could also be used for a periodic sync when things get out of whack. (The collection, transmission and persistence of inventory is not transactional between the server and agent)

See Also:
Serialized Form

Constructor Summary
InventoryReportResponse()
          Deprecated.  
 
Method Summary
 void addIdMapping(String uuid, Integer persistentId)
          Deprecated.  
 Map<String,Integer> getUuidToIntegerMapping()
          Deprecated.  
 void setUuidToIntegerMapping(Map<String,Integer> uuidToIntegerMapping)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryReportResponse

public InventoryReportResponse()
Deprecated. 
Method Detail

getUuidToIntegerMapping

public Map<String,Integer> getUuidToIntegerMapping()
Deprecated. 

setUuidToIntegerMapping

public void setUuidToIntegerMapping(Map<String,Integer> uuidToIntegerMapping)
Deprecated. 

addIdMapping

public void addIdMapping(String uuid,
                         Integer persistentId)
Deprecated. 


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.