|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceInput | |
context.arch.service | |
context.arch.service.helper |
Uses of ServiceInput in context.arch.service |
Methods in context.arch.service with parameters of type ServiceInput | |
abstract DataObject |
Service.execute(ServiceInput serviceInput)
This abstract method defines what should occur when the service is executed. |
protected DataObject |
Service.sendServiceResult(ServiceInput input,
Attributes atts)
This method is called to send a the results of an asynchronous service execution to a requesting component. |
DataObject |
InheritedService.execute(ServiceInput serviceInput)
This method is called when a component requests that this inherited service be executed. |
DataObject |
DisplayChoiceService.execute(ServiceInput serviceInput)
This method is called when a remote component requests that this service be executed. |
Uses of ServiceInput in context.arch.service.helper |
Methods in context.arch.service.helper that return ServiceInput | |
ServiceInput |
PendingOut.getPending(java.lang.String id)
This method returns the ServiceInput with the given request id from this list of pending ServiceInput objects. |
Methods in context.arch.service.helper with parameters of type ServiceInput | |
void |
PendingOut.addPending(ServiceInput input)
Adds the given ServiceInput object to the pending container. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |