com.sun.grid.jgdi.monitoring
public interface QueueInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQname()
Get the qname
|
java.lang.String |
getQtype()
Get the qtype string
|
int |
getReservedSlots()
Get the number of reserved queue slots
|
java.lang.String |
getState()
Get the state of the queue
|
int |
getTotalSlots()
Get the number of total queue slots
|
int |
getUsedSlots()
Get the number of used queue slots
|
java.lang.String getQname()
java.lang.String getQtype()
java.lang.String getState()
int getTotalSlots()
int getUsedSlots()
int getReservedSlots()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.