com.ibm.btt.event
Class EventManagerServerInvoker
java.lang.Object
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 |
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 |
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
EventManagerServerInvoker
public EventManagerServerInvoker()
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
(c) Copyright IBM Corporation 1998, 2009