Class Membership.MbrEntry
java.lang.Object
org.apache.catalina.tribes.membership.Membership.MbrEntry
- Enclosing class:
- Membership
Inner class that represents a member entry
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccessed()Indicate that this member has been accessed.Obtain the member associated with this entry.booleanhasExpired(long maxtime) Check if this member has expired.
- 
Field Details- 
mbr
- 
lastHeardFromprotected long lastHeardFrom
 
- 
- 
Constructor Details- 
MbrEntry
 
- 
- 
Method Details- 
accessedpublic void accessed()Indicate that this member has been accessed.
- 
getMemberObtain the member associated with this entry.- Returns:
- The member for this entry.
 
- 
hasExpiredpublic boolean hasExpired(long maxtime) Check if this member has expired.- Parameters:
- maxtime- The time threshold
- Returns:
- trueif the member has expired, otherwise- false
 
 
-