Uses of Interface
fr.gouv.vitam.common.ServerIdentityInterface
-
Packages that use ServerIdentityInterface Package Description fr.gouv.vitam.common General utility classes as FileUtil, SystemPropertyUtil and UUID supportfr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components -
-
Uses of ServerIdentityInterface in fr.gouv.vitam.common
Classes in fr.gouv.vitam.common that implement ServerIdentityInterface Modifier and Type Class Description class
ServerIdentity
Server Identity containing ServerName, ServerRole, Global PlatformId
This is a private Common.
By default this class is initialized with default values:
ServerName: hostname or UnknownHostname if not found ServerRole: UnknownRole ServerId: partial MAC ADDRESS as integer SiteId : 0
One should initialize its server instance by calling: -
Uses of ServerIdentityInterface in fr.gouv.vitam.common.model
Constructors in fr.gouv.vitam.common.model with parameters of type ServerIdentityInterface Constructor Description StatusMessage(ServerIdentityInterface serverIdentity)
Constructor from ServerIdentity
-