org.rhq.core.domain.cloud.composite
Class FailoverListDetailsComposite

java.lang.Object
  extended by org.rhq.core.domain.cloud.composite.FailoverListDetailsComposite

public class FailoverListDetailsComposite
extends Object

For internal use in the calculation of the distribution of agents across the server cloud.


Field Summary
 long assignedAgentCount
           
 int ordinal
           
 int serverId
           
 
Constructor Summary
FailoverListDetailsComposite(int ordinal, int serverId, long assignedAgentCount)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ordinal

public final int ordinal

serverId

public final int serverId

assignedAgentCount

public final long assignedAgentCount
Constructor Detail

FailoverListDetailsComposite

public FailoverListDetailsComposite(int ordinal,
                                    int serverId,
                                    long assignedAgentCount)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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