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 long
getSessionId()
int
getTimeout()
boolean
isClosing()
String
toString()
-
-
-
Method Detail
-
getSessionId
public long getSessionId()
- Specified by:
getSessionId
in interfaceSessionTracker.Session
-
getTimeout
public int getTimeout()
- Specified by:
getTimeout
in interfaceSessionTracker.Session
-
isClosing
public boolean isClosing()
- Specified by:
isClosing
in interfaceSessionTracker.Session
-
-