|
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.Objectcom.ibm.btt.base.BTTProcessorNotifier
com.ibm.btt.automaton.DSEProcessor
com.ibm.btt.rcp.xui.automaton.BTTXUIProcessor
public class BTTXUIProcessor
This class provides the behaviour of the processor class plus the required XUI interface. It allows to model XUI as a state in automaton.
Field Summary |
---|
Fields inherited from class com.ibm.btt.automaton.DSEProcessor |
---|
ABORTED, aProcessorStatusChangedListener, CHANGESTATE, CLEAN_EVENTS_QUEUE_ON_SWITCH, cleanQueueOnSwitch, COMPLETED, context, currentState, eventQueue, externalizer, INITIALIZED, NOT_INITIALIZED, processorId, processorName, RUNNING, stateTag, status, STATUSCHANGEEVENT, SUSPENDED, TERMINATEEVENT |
Fields inherited from class com.ibm.btt.base.BTTProcessorNotifier |
---|
handlersList, name |
Fields inherited from interface com.ibm.btt.automaton.Processor |
---|
COMPID |
Constructor Summary | |
---|---|
BTTXUIProcessor()
This constructor creates a BTTXUIProcessor object. |
|
BTTXUIProcessor(boolean mustRegister)
This constructor creates a BTTXUIProcessor object. |
|
BTTXUIProcessor(java.lang.String aName)
This constructor creates a BTTXUIProcessor object. |
|
BTTXUIProcessor(java.lang.String aName,
java.lang.String aTID)
This constructor creates a BTTXUIProcessor object. |
Method Summary | |
---|---|
void |
close()
call DSEProcessor.close() to unchain the context and closes the processor, which releases the currentState and eventQueue objects. |
org.eclipse.swt.widgets.Composite |
getParentComposite()
|
void |
setParentComposite(org.eclipse.swt.widgets.Composite parentComposite)
Keep the value of parentComposite, and register the processor as parentComposite's DisposeListener. |
void |
widgetDisposed(org.eclipse.swt.events.DisposeEvent arg0)
Signals the semaphore when widget is disposed and the current state's activate method is waiting for the XUI end. |
Methods inherited from class com.ibm.btt.base.BTTProcessorNotifier |
---|
addHandler, getHandlersList, getName, removeHandler, setName, signalEvent, signalEvent, signalEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.btt.automaton.Processor |
---|
addHandler, getHandlersList, signalEvent |
Methods inherited from interface com.ibm.btt.base.Cacheable |
---|
getName |
Methods inherited from interface com.ibm.btt.base.Externalizable |
---|
getName, setName |
Constructor Detail |
---|
public BTTXUIProcessor()
public BTTXUIProcessor(java.lang.String aName)
aName
- java.lang.Stringpublic BTTXUIProcessor(java.lang.String aName, java.lang.String aTID)
aName
- java.lang.StringaTID
- java.lang.Stringpublic BTTXUIProcessor(boolean mustRegister)
mustRegister
- booleanMethod Detail |
---|
public org.eclipse.swt.widgets.Composite getParentComposite()
public void setParentComposite(org.eclipse.swt.widgets.Composite parentComposite)
parentComposite
- org.eclipse.swt.widgets.Compositepublic void widgetDisposed(org.eclipse.swt.events.DisposeEvent arg0)
widgetDisposed
in interface org.eclipse.swt.events.DisposeListener
arg0
- org.eclipse.swt.events.DisposeEventpublic void close() throws DSEInvalidRequestException, DSEObjectNotFoundException
close
in interface Processor
close
in class DSEProcessor
DSEInvalidRequestException
DSEObjectNotFoundException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |