Interface IBackendClient<S>
- Type Parameters:
S- is the type of the application service of the parent application of aIBackendClient.
- All Superinterfaces:
AutoCloseable, Closeable, CloseStateRequestable, ConnectionSideRequestable, GroupCloseable, IClient, ISecuriyModeHolder
- All Known Implementing Classes:
AbstractBackendClient, AbstractWebClient, WebClient
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface CloseStateRequestable
isOpenMethods inherited from interface ConnectionSideRequestable
isOnBackend, isOnFrontendMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseMethods inherited from interface IClient
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplicationMethods inherited from interface ISecuriyModeHolder
getSecurityMode
-
Method Details
-
getApplicationAsTarget
IApplicationInstanceTarget getApplicationAsTarget()- Returns:
- the application of the current
IBackendClientas target.
-
getStoredApplicationService
S getStoredApplicationService()- Returns:
- the application service of the parent application of the current
IBackendClient.
-