orca.shirako.common
Class ResourceCount.CountsPerType

java.lang.Object
  extended by orca.shirako.common.ResourceCount.CountsPerType
Enclosing class:
ResourceCount

protected class ResourceCount.CountsPerType
extends java.lang.Object

Inner class representing counts for a given resource type.


Field Summary
 long active
           
 long closed
           
 long expired
           
 long failed
           
 long pending
           
 java.lang.String type
           
 
Constructor Summary
ResourceCount.CountsPerType(java.lang.String type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type

active

public long active

pending

public long pending

expired

public long expired

failed

public long failed

closed

public long closed
Constructor Detail

ResourceCount.CountsPerType

public ResourceCount.CountsPerType(java.lang.String type)


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.