org.rhq.core.domain.discovery
Class MergeResourceResponse

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

public class MergeResourceResponse
extends Object
implements Serializable

A response to a merge resource request that indicates the id of the merged resource, as well as whether or not the resource already existed in inventory.

See Also:
Serialized Form

Constructor Summary
MergeResourceResponse(int resourceId, boolean resourceAlreadyExisted)
           
 
Method Summary
 int getResourceId()
           
 boolean resourceAlreadyExisted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeResourceResponse

public MergeResourceResponse(int resourceId,
                             boolean resourceAlreadyExisted)
Method Detail

getResourceId

public int getResourceId()

resourceAlreadyExisted

public boolean resourceAlreadyExisted()


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