qx.io.remote
Class Exchange

java.lang.Object
  extended by qx.core.Object
      extended by qx.core.Target
          extended by qx.io.remote.Exchange

public class Exchange
extends Target


Constructor Summary
Exchange()
           
Exchange(java.lang.Object vRequest)
           
 
Method Summary
 void _applyImplementation(java.lang.Object value, java.lang.Object old)
           
 void _applyState(java.lang.Object value, java.lang.Object old)
           
 void _onabort(Event e)
           
 void _oncompleted(Event e)
           
 void _onfailed(Event e)
           
 void _onreceiving(Event e)
           
 void _onsending(Event e)
           
 void _ontimeout(Event e)
           
 void abort()
          Force the transport into the aborted (“aborted”) state.
 AbstractRemoteTransport getImplementation()
          Returns the (computed) value of the property implementation.
 Request getRequest()
          Returns the (computed) value of the property request.
 java.lang.Object getState()
          Returns the (computed) value of the property state.
 void initImplementation(AbstractRemoteTransport arg)
          Calls the apply method and dispatches the change event of the property implementation with the default value defined by the class developer.
 void initRequest(Request arg)
          Calls the apply method and dispatches the change event of the property request with the default value defined by the class developer.
 void initState(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property state with the default value defined by the class developer.
 void resetImplementation()
          Resets the user value of the property implementation.
 void resetRequest()
          Resets the user value of the property request.
 void resetState()
          Resets the user value of the property state.
 java.lang.Object send()
           
 void setImplementation(AbstractRemoteTransport arg)
          Sets the user value of the property implementation.
 void setRequest(Request arg)
          Sets the user value of the property request.
 void setState(java.lang.Object arg)
          Sets the user value of the property state.
 void timeout()
          Force the transport into the timeout state.
 
Methods inherited from class qx.core.Target
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener
 
Methods inherited from class qx.core.Object
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exchange

public Exchange()

Exchange

public Exchange(java.lang.Object vRequest)
Method Detail

_applyImplementation

public void _applyImplementation(java.lang.Object value,
                                 java.lang.Object old)

_applyState

public void _applyState(java.lang.Object value,
                        java.lang.Object old)

_onabort

public void _onabort(Event e)

_oncompleted

public void _oncompleted(Event e)

_onfailed

public void _onfailed(Event e)

_onreceiving

public void _onreceiving(Event e)

_onsending

public void _onsending(Event e)

_ontimeout

public void _ontimeout(Event e)

abort

public void abort()

Force the transport into the aborted (“aborted”) state.


getImplementation

public AbstractRemoteTransport getImplementation()

Returns the (computed) value of the property implementation.

For further details take a look at the property definition: implementation.


getRequest

public Request getRequest()

Returns the (computed) value of the property request.

For further details take a look at the property definition: request.


getState

public java.lang.Object getState()

Returns the (computed) value of the property state.

For further details take a look at the property definition: state.


initImplementation

public void initImplementation(AbstractRemoteTransport arg)

Calls the apply method and dispatches the change event of the property implementation with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: implementation.


initRequest

public void initRequest(Request arg)

Calls the apply method and dispatches the change event of the property request with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: request.


initState

public void initState(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property state with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: state.


resetImplementation

public void resetImplementation()

Resets the user value of the property implementation.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: implementation.


resetRequest

public void resetRequest()

Resets the user value of the property request.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: request.


resetState

public void resetState()

Resets the user value of the property state.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: state.


send

public java.lang.Object send()

setImplementation

public void setImplementation(AbstractRemoteTransport arg)

Sets the user value of the property implementation.

For further details take a look at the property definition: implementation.


setRequest

public void setRequest(Request arg)

Sets the user value of the property request.

For further details take a look at the property definition: request.


setState

public void setState(java.lang.Object arg)

Sets the user value of the property state.

For further details take a look at the property definition: state.


timeout

public void timeout()

Force the transport into the timeout state.



Copyright © 2008 1&1. All Rights Reserved.