com.ibm.etill.framework.supervisor
Class PaymentServerThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.ibm.etill.framework.supervisor.PaymentServerThread
All Implemented Interfaces:
Runnable

public abstract synchronized class PaymentServerThread
extends Thread


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PaymentServerThread()
           
PaymentServerThread(ThreadGroup, String)
           
 
Method Summary
static com.ibm.etill.framework.supervisor.BoundObjectList getBoundObjectList()
           
static CommitPoint getCommitPoint()
           
static String getCurrentCassetteName()
           
static void releaseResources()
           
static void setCurrentCassetteName(String)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaymentServerThread

public PaymentServerThread()

PaymentServerThread

public PaymentServerThread(ThreadGroup,
                           String)
Method Detail

getCommitPoint

public static CommitPoint getCommitPoint()

getBoundObjectList

public static com.ibm.etill.framework.supervisor.BoundObjectList getBoundObjectList()

setCurrentCassetteName

public static void setCurrentCassetteName(String)

getCurrentCassetteName

public static String getCurrentCassetteName()

releaseResources

public static void releaseResources()