org.rhq.core.domain.discovery
Class MergeResourceResponse
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergeResourceResponse
public MergeResourceResponse(int resourceId,
boolean resourceAlreadyExisted)
getResourceId
public int getResourceId()
resourceAlreadyExisted
public boolean resourceAlreadyExisted()
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.