public abstract class ProxyService extends AbstractApiService
Constructors
<T>ProxyService(Collection<T> services)
protected <T>ProxyService(Collection<T> services)
Name | Description |
services | Collection<T> |
ProxyService(ApiService[] services)
protected ProxyService(ApiService[] services)
Name | Description |
services | ApiService[] |
Methods
<T>addServices(Collection<T> services)
protected final void <T>addServices(Collection<T> services)
Name | Description |
services | Collection<T> |
Type | Description |
ApiException |
addServices(ApiService[] services)
protected final void addServices(ApiService[] services)
Name | Description |
services | ApiService[] |
Type | Description |
ApiException |
doStart()
protected final void doStart()
doStop()
protected final void doStop()
handlePermanentError(CheckedApiException error)
protected void handlePermanentError(CheckedApiException error)
Name | Description |
error | CheckedApiException |
onPermanentError(CheckedApiException error)
protected final void onPermanentError(CheckedApiException error)
Name | Description |
error | CheckedApiException |
start()
protected void start()
Type | Description |
CheckedApiException |
stop()
protected void stop()
Type | Description |
CheckedApiException |