kaos.core.service.ontology.request
Interface RemoteActionStatusCallback

All Superinterfaces:
ActionStatusCallback, CallbackTransportInfo, InfoStatusCallback, java.io.Serializable
All Known Implementing Classes:
RemoteActionCallbackImpl, RemoteActionStatusCallbackImpl

public interface RemoteActionStatusCallback
extends ActionStatusCallback, CallbackTransportInfo

Defines the operations on the callback object associated with a request for action. The callback may send a status indicating when the requested action started or when and why it aborted. The status messages are sent remotely.


Method Summary
 CallbackTransportInfo getTransportCallback()
           
 
Methods inherited from interface kaos.core.service.ontology.request.ActionStatusCallback
onAborted, onStarted
 
Methods inherited from interface kaos.core.service.ontology.request.InfoStatusCallback
onAccepted, onCompleted, onRefused, reset
 
Methods inherited from interface kaos.core.service.util.CallbackTransportInfo
setTransportInfo
 

Method Detail

getTransportCallback

CallbackTransportInfo getTransportCallback()