|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.grid.jgdi.monitoring.QueueInfoImpl
public class QueueInfoImpl
Default implemenation of QueueInfo
| Constructor Summary | |
|---|---|
QueueInfoImpl()
Creates a new instance of QueueInfo |
|
| Method Summary | |
|---|---|
java.lang.String |
getQname()
Get the name of the queue |
java.lang.String |
getQtype()
Get the type of the queue |
int |
getReservedSlots()
Get the number of used 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 |
void |
setQname(java.lang.String qname)
Set the name of the queue |
void |
setQtype(java.lang.String qtype)
Set the name of the queue |
void |
setReservedSlots(int slotsReserved)
Set the number of used queue slots |
void |
setState(java.lang.String state)
Set the state of the queue |
void |
setTotalSlots(int slotsTotal)
Set the number of total queue slots |
void |
setUsedSlots(int slotsUsed)
Set the number of used queue slots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueInfoImpl()
| Method Detail |
|---|
public java.lang.String getQname()
getQname in interface QueueInfopublic void setQname(java.lang.String qname)
qname - the name of the queuepublic java.lang.String getQtype()
getQtype in interface QueueInfopublic void setQtype(java.lang.String qtype)
qtype - the type of the queuepublic java.lang.String getState()
getState in interface QueueInfopublic void setState(java.lang.String state)
public int getTotalSlots()
getTotalSlots in interface QueueInfopublic void setTotalSlots(int slotsTotal)
slotsTotal - of total queue slotspublic int getUsedSlots()
getUsedSlots in interface QueueInfopublic void setUsedSlots(int slotsUsed)
slotsUsed - of used queue slotspublic int getReservedSlots()
getReservedSlots in interface QueueInfopublic void setReservedSlots(int slotsReserved)
slotsUsed - of used queue slots
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||