class SessionRecord extends Object
Constructor and Description |
---|
SessionRecord(SessionRecord in) |
SessionRecord(String dest,
Properties props,
SAMv3Handler handler) |
Modifier and Type | Method and Description |
---|---|
void |
createThreadGroup(String name) |
String |
getDest() |
SAMv3Handler |
getHandler() |
Properties |
getProps()
Warning - returns a copy.
|
ThreadGroup |
getThreadGroup() |
public SessionRecord(String dest, Properties props, SAMv3Handler handler)
public SessionRecord(SessionRecord in)
public String getDest()
public Properties getProps()
public SAMv3Handler getHandler()
public ThreadGroup getThreadGroup()
public void createThreadGroup(String name)