|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.tribes.membership.Membership.MbrEntry
protected static class Membership.MbrEntry
Inner class that represents a member entry
Field Summary | |
---|---|
protected long |
lastHeardFrom
|
protected MemberImpl |
mbr
|
Constructor Summary | |
---|---|
Membership.MbrEntry(MemberImpl mbr)
|
Method Summary | |
---|---|
void |
accessed()
Indicate that this member has been accessed. |
MemberImpl |
getMember()
Return the actual Member object |
boolean |
hasExpired(long maxtime)
Check if this dude has expired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MemberImpl mbr
protected long lastHeardFrom
Constructor Detail |
---|
public Membership.MbrEntry(MemberImpl mbr)
Method Detail |
---|
public void accessed()
public MemberImpl getMember()
public boolean hasExpired(long maxtime)
maxtime
- The time threshold
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |