|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.jobmng.data.UsedResource
public class UsedResource
Field Summary | |
---|---|
CommunicationAddress |
addrResource
|
int |
used
|
Constructor Summary | |
---|---|
UsedResource(CommunicationAddress addrResource)
|
Method Summary | |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
|
void |
decUsed()
|
int |
getUsed()
|
void |
incUsed()
|
void |
setUsed(int used)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
public CommunicationAddress addrResource
public int used
Constructor Detail |
---|
public UsedResource(CommunicationAddress addrResource)
addrResource
- Method Detail |
---|
public int getUsed()
public void setUsed(int used)
public void incUsed()
public void decUsed()
public int compare(java.lang.Object o1, java.lang.Object o2)
compare
in interface java.util.Comparator<java.lang.Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |