|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.io.remote.Exchange
public class Exchange
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 |
---|
public Exchange()
public Exchange(java.lang.Object vRequest)
Method Detail |
---|
public void _applyImplementation(java.lang.Object value, java.lang.Object old)
public void _applyState(java.lang.Object value, java.lang.Object old)
public void _onabort(Event e)
public void _oncompleted(Event e)
public void _onfailed(Event e)
public void _onreceiving(Event e)
public void _onsending(Event e)
public void _ontimeout(Event e)
public void abort()
Force the transport into the aborted (“aborted”) state.
public AbstractRemoteTransport getImplementation()
Returns the (computed) value of the property implementation
.
For further details take a look at the property definition: implementation
.
public Request getRequest()
Returns the (computed) value of the property request
.
For further details take a look at the property definition: request
.
public java.lang.Object getState()
Returns the (computed) value of the property state
.
For further details take a look at the property definition: state
.
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
.
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
.
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
.
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
.
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
.
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
.
public java.lang.Object send()
public void setImplementation(AbstractRemoteTransport arg)
Sets the user value of the property implementation
.
For further details take a look at the property definition: implementation
.
public void setRequest(Request arg)
Sets the user value of the property request
.
For further details take a look at the property definition: request
.
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
.
public void timeout()
Force the transport into the timeout state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |