|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.thinger.service.proxy.ProxySession
public class ProxySession
Session for a proxy session. It connects connections/contexts.
Version History
EPG - Added by request. This was part of a stand-alone lib for a while. - 10 DEC 08
| Field Summary | |
|---|---|
long |
lastAccess
The last time this session was touched. |
java.lang.String |
sessionName
|
| Constructor Summary | |
|---|---|
ProxySession(java.lang.String sessionName,
Universe universe,
java.lang.String root)
Create the session. |
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose this session. |
protected void |
finalize()
The finalizer. |
java.io.OutputStream |
GET_FILE_OUTPUT(java.lang.String name)
Get an output stream to a new file, given the name. |
void |
POST(java.lang.String message)
Post a single line to the log. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String sessionName
public long lastAccess
| Constructor Detail |
|---|
public ProxySession(java.lang.String sessionName,
Universe universe,
java.lang.String root)
throws java.lang.Throwable
sessionName - universe - root -
java.lang.Throwable| Method Detail |
|---|
public void dispose()
public void POST(java.lang.String message)
throws java.lang.Throwable
message - the message.
java.lang.Throwable - for IO problems.
public java.io.OutputStream GET_FILE_OUTPUT(java.lang.String name)
throws java.lang.Throwable
name - the name. It should be unique.
java.lang.Throwable
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||