Class ProxyService (1.5.5)

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
NameDescription
servicesCollection<T>

ProxyService(ApiService[] services)

protected ProxyService(ApiService[] services)
Parameter
NameDescription
servicesApiService[]

Methods

<T>addServices(Collection<T> services)

protected final void <T>addServices(Collection<T> services)
Parameter
NameDescription
servicesCollection<T>
Exceptions
TypeDescription
ApiException

addServices(ApiService[] services)

protected final void addServices(ApiService[] services)
Parameter
NameDescription
servicesApiService[]
Exceptions
TypeDescription
ApiException

doStart()

protected final void doStart()
Overrides

doStop()

protected final void doStop()
Overrides

handlePermanentError(CheckedApiException error)

protected void handlePermanentError(CheckedApiException error)
Parameter
NameDescription
errorCheckedApiException

onPermanentError(CheckedApiException error)

protected final void onPermanentError(CheckedApiException error)
Parameter
NameDescription
errorCheckedApiException

start()

protected void start()
Exceptions
TypeDescription
CheckedApiException

stop()

protected void stop()
Exceptions
TypeDescription
CheckedApiException