IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.event
Class EventManagerServerInvoker

java.lang.Object
  extended by com.ibm.btt.event.EventManagerServerInvoker

public class EventManagerServerInvoker
extends java.lang.Object

The client server mechanism invokes the EventManagerServerInvoker when registering or de-registering remote interest in a specific event.


Field Summary
static java.lang.String COPYRIGHT
           
protected  java.lang.String sessionId
          Keeps the identification of the session between the client and the server
 
Constructor Summary
EventManagerServerInvoker()
           
 
Method Summary
 java.lang.Object execute(java.util.Map param)
          Used to add the handlers,removeHandler or addExceptionHandler
 void setSessionObject(java.lang.Object sessionObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

sessionId

protected java.lang.String sessionId
Keeps the identification of the session between the client and the server

Constructor Detail

EventManagerServerInvoker

public EventManagerServerInvoker()
Method Detail

setSessionObject

public void setSessionObject(java.lang.Object sessionObject)
                      throws DSEInvalidRequestException,
                             DSEObjectNotFoundException
Throws:
DSEInvalidRequestException
DSEObjectNotFoundException

execute

public java.lang.Object execute(java.util.Map param)
                         throws java.lang.Exception
Used to add the handlers,removeHandler or addExceptionHandler

Parameters:
param - the parameters used to invoke this operation, it must contains sessionId, formatted data
Returns:
the result of the response
Throws:
java.lang.Exception - if error occurs

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009