- getEndTime() - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
-
Return the time when this instance of the server ended.
- getIsActive() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Return an indication of whether the server is active
- getServerEndTime() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Return the time when this instance of the server ended.
- getServerEndTime() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Return the time that the server last ended - it is null if the server is currently active.
- getServerHistory() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Return the list of start and stop times for the previous restarts of the server.
- getServerHistory() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Return the list of start and stop times for the previous restarts of the server.
- getServerList() - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
-
Return the list of servers (or null if none running).
- getServerName() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Return the server name
- getServerName() - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
-
Return the name of the server where the services are running.
- getServerName() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Return the name of the server where the services are running.
- getServerServicesList() - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
-
Return the list of servers (or null if none running).
- getServerStartTime() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Return the time that this instance of the server started.
- getServerStartTime() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Return the time that the server last started.
- getStartTime() - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
-
Return the time that this instance of the server started.
- ServerListResponse - Class in org.odpi.openmetadata.platformservices.rest
-
ServerListResponse returns the list of servers running in a platform.
- ServerListResponse() - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerListResponse
-
Default constructor
- ServerListResponse(ServerListResponse) - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerListResponse
-
Copy/clone constructor
- ServerServicesListResponse - Class in org.odpi.openmetadata.platformservices.rest
-
ServerServicesListResponse returns the list of services active in a particular server running in a platform.
- ServerServicesListResponse() - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
-
Default constructor
- ServerServicesListResponse(ServerServicesListResponse) - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
-
Copy/clone constructor
- ServerStatus - Class in org.odpi.openmetadata.platformservices.properties
-
OMAGServerInstanceHistory documents the start and end of a server instance.
- ServerStatus() - Constructor for class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Default constructor for Jackson
- ServerStatus(ServerStatus) - Constructor for class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Copy/clone constructor
- ServerStatus(String, boolean, Date, Date, List<OMAGServerInstanceHistory>) - Constructor for class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Constructor used to create the history.
- ServerStatusResponse - Class in org.odpi.openmetadata.platformservices.rest
-
ServerListResponse returns the list of servers running in a platform.
- ServerStatusResponse() - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Default constructor
- ServerStatusResponse(ServerStatusResponse) - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Copy/clone constructor
- setActive(boolean) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Set up whether the server is currently running.
- setEndTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
-
Set up the time when this instance of the server ended.
- setIsActive(boolean) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Set the indication of whether the server is active
- setServerEndTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Set up the time when this instance of the server ended.
- setServerEndTime(Date) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Set up the time that the server last ended - it is null if the server is currently active.
- setServerHistory(List<OMAGServerInstanceHistory>) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Set the history of server start and stop times
- setServerHistory(List<OMAGServerInstanceHistory>) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Set up the list of start and stop times for the previous restarts of the server.
- setServerList(List<String>) - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
-
Set up the list of servers.
- setServerName(String) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Set the name of the server
- setServerName(String) - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
-
Set up the name of the server where the services are running.
- setServerName(String) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Set up the name of the server where the services are running.
- setServerServicesList(List<String>) - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
-
Set up the list of servers.
- setServerStartTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
-
Set up the time that this instance of the server started.
- setServerStartTime(Date) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
-
Set up the time that the server last started.
- setStartTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
-
Set up the time that this instance of the server started.