Class ProxyService (1.13.3)

public abstract class ProxyService extends AbstractApiService

Inheritance

java.lang.Object > AbstractApiService > ProxyService

Constructors

<T>ProxyService(Collection<T> services)

protected <T>ProxyService(Collection<T> services)
Parameter
Name Description
services Collection<T>

ProxyService(ApiService[] services)

protected ProxyService(ApiService[] services)
Parameter
Name Description
services ApiService[]

Methods

<T>addServices(Collection<T> services)

protected final void <T>addServices(Collection<T> services)
Parameter
Name Description
services Collection<T>
Exceptions
Type Description
ApiException

addServices(ApiService[] services)

protected final void addServices(ApiService[] services)
Parameter
Name Description
services ApiService[]
Exceptions
Type Description
ApiException

doStart()

protected final void doStart()
Overrides

doStop()

protected final void doStop()
Overrides

handlePermanentError(CheckedApiException error)

protected void handlePermanentError(CheckedApiException error)
Parameter
Name Description
error CheckedApiException

onPermanentError(CheckedApiException error)

protected final void onPermanentError(CheckedApiException error)
Parameter
Name Description
error CheckedApiException

start()

protected void start()
Exceptions
Type Description
CheckedApiException

stop()

protected void stop()
Exceptions
Type Description
CheckedApiException