Interface IFrontendServerConfig
- All Superinterfaces:
IServerConfig
Common interface for frontend server configurations allowing access to frontend server settings and features.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the ID of the frontend server.Methods inherited from interface IServerConfig
getFeatures, getServerProperty, getSessionTimeoutMinutes, getUserPortals, hasFeature, hasFeature
-
Method Details
-
getFrontendServerId
long getFrontendServerId()Returns the ID of the frontend server.- Returns:
- the ID of the frontend server.
-