|
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.cs.servlet.RemoteEventProcessorServer
public class RemoteEventProcessorServer
The RemoteEventProcessor class is responsible for reading/writting a DSEEventObject using the socket that is defined as private attribute. If the event has parameters into its hashtable, it will only send those parameters that are Serializable.
Field Summary | |
---|---|
protected static java.lang.String |
STR_EMPTY
Empty string |
protected static java.lang.String |
STR_NULL
Null string |
protected static java.lang.String |
STR_QUESTION_MARK
Question mark |
Constructor Summary | |
---|---|
RemoteEventProcessorServer()
Constructor for RemoteEventProcessorServer. |
|
RemoteEventProcessorServer(java.net.Socket s)
Constructor for RemoteEventProcessorServer. |
Method Summary | |
---|---|
protected void |
processDataToSend(java.io.DataOutputStream data,
DSEEventObject event)
Reads from the underlying input stream and creates the event. |
void |
processDataToSend(DSEEventObject event)
Gets the socket output stream and invokes processDataSend |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String STR_EMPTY
protected static final java.lang.String STR_NULL
protected static final java.lang.String STR_QUESTION_MARK
Constructor Detail |
---|
public RemoteEventProcessorServer()
public RemoteEventProcessorServer(java.net.Socket s)
s
- The socketMethod Detail |
---|
protected void processDataToSend(java.io.DataOutputStream data, DSEEventObject event) throws java.lang.Exception
data
- The data input stream
java.lang.Exception
- Error reading the received datapublic void processDataToSend(DSEEventObject event) throws java.lang.Exception
event
- The event to be sent
java.lang.Exception
- Error reading the received data
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |