Package net.i2p.sam
Class SessionRecord
- java.lang.Object
-
- net.i2p.sam.SessionRecord
-
class SessionRecord extends Object
The values in the SessionsDB- Since:
- 0.9.25 moved from SAMv3Handler
-
-
Constructor Summary
Constructors Constructor Description SessionRecord(String dest, Properties props, SAMv3Handler handler)
SessionRecord(SessionRecord in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createThreadGroup(String name)
String
getDest()
SAMv3Handler
getHandler()
Properties
getProps()
Warning - returns a copy.ThreadGroup
getThreadGroup()
-
-
-
Constructor Detail
-
SessionRecord
public SessionRecord(String dest, Properties props, SAMv3Handler handler)
-
SessionRecord
public SessionRecord(SessionRecord in)
-
-
Method Detail
-
getDest
public String getDest()
-
getProps
public Properties getProps()
Warning - returns a copy.- Returns:
- a copy
-
getHandler
public SAMv3Handler getHandler()
-
getThreadGroup
public ThreadGroup getThreadGroup()
-
createThreadGroup
public void createThreadGroup(String name)
-
-