Class TwoPhaseCommitInterceptor.MapEntry
- java.lang.Object
- 
- org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
- 
- Enclosing class:
- TwoPhaseCommitInterceptor
 
 public static class TwoPhaseCommitInterceptor.MapEntry extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description UniqueIdidChannelMessagemsglongtimestamp
 - 
Constructor SummaryConstructors Constructor Description MapEntry(ChannelMessage msg, UniqueId id, long timestamp)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexpired(long now, long expiration)
 
- 
- 
- 
Field Detail- 
msgpublic final ChannelMessage msg 
 - 
idpublic final UniqueId id 
 - 
timestamppublic final long timestamp 
 
- 
 - 
Constructor Detail- 
MapEntrypublic MapEntry(ChannelMessage msg, UniqueId id, long timestamp) 
 
- 
 
-