net.i2p.sam
Class SAMv3Handler.SessionRecord

java.lang.Object
  extended by net.i2p.sam.SAMv3Handler.SessionRecord
Enclosing class:
SAMv3Handler

public static class SAMv3Handler.SessionRecord
extends Object

The values in the SessionsDB


Constructor Summary
SAMv3Handler.SessionRecord(SAMv3Handler.SessionRecord in)
           
SAMv3Handler.SessionRecord(String dest, Properties props, SAMv3Handler handler)
           
 
Method Summary
 void createThreadGroup(String name)
           
 String getDest()
           
 SAMv3Handler getHandler()
           
 Properties getProps()
           
 ThreadGroup getThreadGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMv3Handler.SessionRecord

public SAMv3Handler.SessionRecord(String dest,
                                  Properties props,
                                  SAMv3Handler handler)

SAMv3Handler.SessionRecord

public SAMv3Handler.SessionRecord(SAMv3Handler.SessionRecord in)
Method Detail

getDest

public String getDest()

getProps

public Properties getProps()

getHandler

public SAMv3Handler getHandler()

getThreadGroup

public ThreadGroup getThreadGroup()

createThreadGroup

public void createThreadGroup(String name)