net.sf.spif
Class ThreadContext

java.lang.Object
  |
  +--net.sf.spif.ThreadContext

public class ThreadContext
extends java.lang.Object

Keeps global typed thread-local information

Version:
$Id: ThreadContext.java,v 1.2 2003/02/05 22:15:45 bratseth Exp $
Author:
Jon S Bratseth

Constructor Summary
ThreadContext()
           
 
Method Summary
static ThreadContext get()
          Returns the thread context of this thread
 java.lang.String getPrincipalName()
           
 void setPrincipalName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadContext

public ThreadContext()
Method Detail

get

public static ThreadContext get()
Returns the thread context of this thread


getPrincipalName

public java.lang.String getPrincipalName()

setPrincipalName

public void setPrincipalName(java.lang.String name)


Spif 1.01 (2003-04-03). http://spif.sf.net