Interface BackendClient<S>
- Type Parameters:
S- the type of the application service of the parent application of aBackendClient.
- All Superinterfaces:
AutoCloseable, Client, Closeable, GroupCloseable, OpennessRequestable, SecurityModeHolder
- All Known Implementing Classes:
AbstractBackendClient, AbstractWebClient, WebClient
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface Client
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplication, isBackendClient, isFrontendClientMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseMethods inherited from interface OpennessRequestable
isOpenMethods inherited from interface SecurityModeHolder
getSecurityMode
-
Method Details
-
getApplicationAsTarget
IApplicationInstanceTarget getApplicationAsTarget()- Returns:
- the application of the current
BackendClientas target.
-
getStoredApplicationService
S getStoredApplicationService()- Returns:
- the application service of the parent application of the current
BackendClient.
-