Package fr.gouv.vitam.common
Interface ServerIdentityInterface
- All Known Implementing Classes:
ServerIdentity
public interface ServerIdentityInterface
Interface of the private class ServerIdentity
-
Method Details
-
getName
String getName()- Returns:
- the name of the Server
-
getRole
String getRole()- Returns:
- the role of the Server
-
getServerId
int getServerId()- Returns:
- the uniq Id of the Server
-
getSiteId
int getSiteId()- Returns:
- the SideId
-
getGlobalPlatformId
int getGlobalPlatformId()- Returns:
- the global uniq Id of the server (global along all sites)
-
getLoggerMessagePrepend
String getLoggerMessagePrepend()- Returns:
- the Logger Message prepend
-