|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--i3mclient.communication.Communication.AsynchronCallItem
One item of the asynchron call lists.
| Field Summary | |
I3MServerException |
exception
The exeception of the webservice call (null if none) |
ServerMethodListener |
listener
This listener will be informed after the call |
int |
method
Identifies the method which is called |
Vector |
parameter
Contains all parameter for the webservice call |
Object |
returnValue
Contains the return value of the webservice call |
boolean |
swtThreadRequired
The listener need to be informed in a SWT-thread |
| Constructor Summary | |
Communication.AsynchronCallItem(int methodSet,
ServerMethodListener listenerSet,
boolean swtThreadRequiredSet,
Vector parameterSet)
Constructor. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int method
public ServerMethodListener listener
public boolean swtThreadRequired
public Vector parameter
public Object returnValue
public I3MServerException exception
| Constructor Detail |
public Communication.AsynchronCallItem(int methodSet,
ServerMethodListener listenerSet,
boolean swtThreadRequiredSet,
Vector parameterSet)
methodSet - Identifier of the methodlistenerSet - Listener which will be informedswtThreadRequiredSet - Listener must be called in a SWT-threadparameterSet - Parameters for the webservice call
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||