|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParameterNoticeBoard.NonResponsiveClient
class NonResponsiveClient
Entity class which holds the details of the time that a client stopped responding
Field Summary | |
---|---|
private java.lang.String |
ClientID
|
private int |
Retries
|
private java.util.Date |
TimeWhenStoppedResponding
|
Constructor Summary | |
---|---|
NonResponsiveClient(java.lang.String ClientID,
java.util.Date TimeOfNonResponsiveness,
int Retries)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getClientID()
Gets the value of clientID |
int |
getRetries()
Gets the value of retries |
java.util.Date |
getTimeWhenStoppedResponding()
Gets the value of timeWhenStoppedResponding |
void |
setClientID(java.lang.String ClientID)
Sets the value of clientID |
void |
setRetries(int Retries)
Sets the value of retries |
void |
setTimeWhenStoppedResponding(java.util.Date TimeWhenStoppedResponding)
Sets the value of timeWhenStoppedResponding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Date TimeWhenStoppedResponding
private int Retries
private java.lang.String ClientID
Constructor Detail |
---|
NonResponsiveClient(java.lang.String ClientID, java.util.Date TimeOfNonResponsiveness, int Retries)
Method Detail |
---|
public final java.util.Date getTimeWhenStoppedResponding()
public final void setTimeWhenStoppedResponding(java.util.Date TimeWhenStoppedResponding)
TimeWhenStoppedResponding
- Value to assign to this.timeWhenStoppedRespondingpublic final int getRetries()
public final void setRetries(int Retries)
Retries
- Value to assign to this.retriespublic final java.lang.String getClientID()
public final void setClientID(java.lang.String ClientID)
argClientID
- Value to assign to this.clientID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |