|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.ibm.btt.cs.servlet.ProcessEventThread
public class ProcessEventThread
The ProcessEventThread class is responsible for obtaining the event, creating a CSNotificationEvent that has as data the event and invoking CSClient instance to fire the event. * @copyright (c)Copyright IBM Corporation 2003
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ProcessEventThread()
Constructor for ProcessEventThread. |
|
ProcessEventThread(CSClient client)
Constructor for ProcessEventThread. |
|
ProcessEventThread(java.lang.Runnable target)
Constructor for ProcessEventThread. |
|
ProcessEventThread(java.lang.Runnable target,
java.lang.String name)
Constructor for ProcessEventThread. |
|
ProcessEventThread(java.lang.String name)
Constructor for ProcessEventThread. |
|
ProcessEventThread(java.lang.ThreadGroup group,
java.lang.Runnable target)
Constructor for ProcessEventThread. |
|
ProcessEventThread(java.lang.ThreadGroup group,
java.lang.Runnable target,
java.lang.String name)
Constructor for ProcessEventThread. |
|
ProcessEventThread(java.lang.ThreadGroup group,
java.lang.String name)
Constructor for ProcessEventThread. |
Method Summary | |
---|---|
void |
run()
Processes the received event. |
void |
setSocket(java.net.Socket aSocket)
Sets the value of the server socket attribute. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessEventThread()
public ProcessEventThread(CSClient client)
client
- The CSClient instancepublic ProcessEventThread(java.lang.Runnable target)
target
- The targetpublic ProcessEventThread(java.lang.ThreadGroup group, java.lang.Runnable target)
group
- The grouptarget
- The targetpublic ProcessEventThread(java.lang.String name)
name
- The namepublic ProcessEventThread(java.lang.ThreadGroup group, java.lang.String name)
group
- The groupname
- The namepublic ProcessEventThread(java.lang.Runnable target, java.lang.String name)
target
- The targetname
- The namepublic ProcessEventThread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)
group
- The grouptarget
- The targetname
- The nameMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void setSocket(java.net.Socket aSocket)
aSocket
- Socket used to receive events
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |