|
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.RemoteEventProcessorClient
public class RemoteEventProcessorClient
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. * @copyright (c)Copyright IBM Corporation 2003
Field Summary | |
---|---|
static java.lang.String |
EVENT_NAME
Default name assigned to the event |
protected static java.lang.String |
STR_NULL
Null string |
Constructor Summary | |
---|---|
RemoteEventProcessorClient()
Constructor for RemoteEventProcessorClient. |
|
RemoteEventProcessorClient(java.net.Socket s)
Constructor for RemoteEventProcessorClient. |
Method Summary | |
---|---|
DSEEventObject |
processDataReceived()
Gets the socket input stream and invokes processDataReceived |
protected DSEEventObject |
processDataReceived(java.io.DataInputStream data)
Reads from the underlying input stream and creates the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EVENT_NAME
protected static final java.lang.String STR_NULL
Constructor Detail |
---|
public RemoteEventProcessorClient()
public RemoteEventProcessorClient(java.net.Socket s)
Socket
- The socketMethod Detail |
---|
protected DSEEventObject processDataReceived(java.io.DataInputStream data) throws java.lang.Exception
data
- The data input stream
java.lang.Exception
- Error reading the received datapublic DSEEventObject processDataReceived() throws java.lang.Exception
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 |