org.rhq.core.domain.discovery
Class ResourceSyncInfo

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

public class ResourceSyncInfo
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
ResourceSyncInfo()
           
 
Method Summary
 Collection<ResourceSyncInfo> getChildSyncInfos()
           
 int getId()
           
 InventoryStatus getInventoryStatus()
           
 long getMtime()
           
 String getUuid()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSyncInfo

public ResourceSyncInfo()
Method Detail

getId

public int getId()

getUuid

public String getUuid()

getMtime

public long getMtime()

getInventoryStatus

public InventoryStatus getInventoryStatus()

getChildSyncInfos

public Collection<ResourceSyncInfo> getChildSyncInfos()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


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