org.melati.poem
Class SessionToken

Package class diagram package SessionToken
java.lang.Object
  extended by org.melati.poem.SessionToken

public class SessionToken
extends Object

A Session Token. A Session has an AccessToken, a Time started, a Task, a Transaction within which the task is running and a Thread which runs the task.


Method Summary
 long getStarted()
           
 PoemTask getTask()
           
 Thread getThread()
           
 PoemTransaction getTransaction()
           
 ToTidyList toTidy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toTidy

public ToTidyList toTidy()
Returns:
the list of objects to close when we close

getStarted

public long getStarted()
Returns:
Returns the time, as a long, started.

getTask

public PoemTask getTask()
Returns:
Returns the task.

getThread

public Thread getThread()
Returns:
Returns the thread.

getTransaction

public PoemTransaction getTransaction()
Returns:
Returns the transaction.


Copyright © 2000-2010 PanEris. All Rights Reserved.