Package fr.gouv.vitam.common
Interface ServerIdentityInterface
-
- All Known Implementing Classes:
ServerIdentity
public interface ServerIdentityInterface
Interface of the private class ServerIdentity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getGlobalPlatformId()
java.lang.String
getLoggerMessagePrepend()
java.lang.String
getName()
java.lang.String
getRole()
int
getServerId()
int
getSiteId()
-
-
-
Method Detail
-
getName
java.lang.String getName()
- Returns:
- the name of the Server
-
getRole
java.lang.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
java.lang.String getLoggerMessagePrepend()
- Returns:
- the Logger Message prepend
-
-