The net.guttershark.support.servicemanager.shared package contains classes that are shared between different service call implementations with the ServiceManager.
| Class | Description | |
|---|---|---|
| BaseCall | The BaseCall class is the base for any service call, and implements the base logic for attempts and timeout handling. | |
| CallFault | The CallFault class stores the fault object that was received from any service call that was considered a fault, and is passed back to the onFault callback of a service call. | |
| CallResult | The CallResult class stores a result object from the server for any successful service call, and is passed back to the onResult callback function of a service call. | |
| Limiter | The Limiter class stops duplicate calls in RemotingServices when a call has been made, but no response has happened yet. |