javax.rad.remote.event
Class CallBackResultEvent

java.lang.Object
  extended by javax.rad.remote.event.CallBackResultEvent

public class CallBackResultEvent
extends java.lang.Object

The CallBackEvent will be sent to an ICallBackListener if an asynchronous method call returns a result.


Constructor Summary
CallBackResultEvent(java.lang.String pInstruction, java.lang.Object pObject)
          Creates a new instance of CallBackEvent.
 
Method Summary
 java.lang.String getConnectionId()
          Gets the connection identifier.
 java.lang.String getInstruction()
          Gets the instruction identifier.
 java.lang.Object getObject()
          Gets the server-sent object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallBackResultEvent

public CallBackResultEvent(java.lang.String pInstruction,
                           java.lang.Object pObject)
Creates a new instance of CallBackEvent.

Parameters:
pInstruction - the instruction identifier
pObject - object sent from the server
Method Detail

getInstruction

public java.lang.String getInstruction()
Gets the instruction identifier.

Returns:
the instruction identifier

getConnectionId

public java.lang.String getConnectionId()
Gets the connection identifier.

Returns:
the connection identifier

getObject

public java.lang.Object getObject()
Gets the server-sent object.

Returns:
the object from the server


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.