Package org.apache.zookeeper.server
Class SessionTrackerImpl.SessionImpl
- java.lang.Object
 - 
- org.apache.zookeeper.server.SessionTrackerImpl.SessionImpl
 
 
- 
- All Implemented Interfaces:
 SessionTracker.Session
- Enclosing class:
 - SessionTrackerImpl
 
public static class SessionTrackerImpl.SessionImpl extends Object implements SessionTracker.Session
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetSessionId()intgetTimeout()booleanisClosing()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getSessionId
public long getSessionId()
- Specified by:
 getSessionIdin interfaceSessionTracker.Session
 
- 
getTimeout
public int getTimeout()
- Specified by:
 getTimeoutin interfaceSessionTracker.Session
 
- 
isClosing
public boolean isClosing()
- Specified by:
 isClosingin interfaceSessionTracker.Session
 
 - 
 
 -