|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dbe.eve.simulator.ServicePoolElement
public class ServicePoolElement
Field Summary | |
---|---|
(package private) static org.apache.log4j.Logger |
logger
|
private int |
numUsedInGA
|
private Service |
storedService
|
private int |
wasAddedAtStep
|
Constructor Summary | |
---|---|
ServicePoolElement(Service newStoredService,
int wasAddedAtStep)
create an new ServicePoolElement |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getNumUsedInGA()
return the number of usedInGA |
Service |
getService()
return the service stored in the ServicePoolElement |
int |
getStep()
returns the step when the service was added to the ServicePool |
void |
increaseNumUsedInGA()
increse the number of usedInGA |
java.lang.String |
toString_orig()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Service storedService
private int numUsedInGA
private int wasAddedAtStep
static org.apache.log4j.Logger logger
Constructor Detail |
---|
public ServicePoolElement(Service newStoredService, int wasAddedAtStep)
newStoredService
- wasAddedAtStep
- Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public Service getService()
public int getStep()
public java.lang.String toString_orig()
public java.lang.String toString()
toString
in class java.lang.Object
public void increaseNumUsedInGA()
public int getNumUsedInGA()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |