public class Server
extends java.lang.Object
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentVersion()
Return the version of the Contrast agent that's monitoring this server.
|
java.util.List<Application> |
getApplications()
Return the list of applications in this server
|
boolean |
getAssess()
Return the server assess value
|
long |
getAssessLastUpdate()
Return the last assess update for this server
|
boolean |
getAssessPending()
Return is the server changing Assess on restart
|
boolean |
getAssessSensors()
Return if the server has assess sensors
|
java.lang.String |
getContainer()
Return the server's container
|
boolean |
getDefend()
Return the server defend value
|
boolean |
getDefendPending()
Return is the server changing Defend on restart
|
java.lang.String |
getEnvironment()
Return the server's environment type TODO values
|
java.lang.String |
getHostname()
Return the hostname of this server.
|
long |
getLastActivity()
Return the last time any activity was received from this server.
|
long |
getLastStartup()
Return the last time this server was restarted.
|
long |
getLastTraceReceived()
Return the last time a trace was received from this server.
|
java.lang.String |
getLatestAgentVersion()
Return the latest available version of the agent.
|
boolean |
getLogEnhancerPending()
Return Is server changing Log Enhancers on restart
|
java.lang.String |
getLogLevel()
Return the server log level
|
java.lang.String |
getLogPath()
Return the path to the servers log
|
java.lang.String |
getName()
Return the name of this server.
|
boolean |
getNoPending()
Return Is server changing any settings on restart
|
long |
getNumberApps()
Return the number of applications for this server
|
java.lang.String |
getPath()
Return the path on disk of this server, e.g., /opt/tomcat6/
|
long |
getServerId()
Return the id of this server
|
java.lang.String |
getStatus()
Return the status of this server Values: ONLINE,OFFLINE
|
java.lang.String |
getType()
Return the Contrast "server code" for the server, e.g., "jboss5".
|
boolean |
isAgentOutOfDate()
If the agent on this server is out of date.
|
public long getServerId()
public java.lang.String getName()
public java.lang.String getHostname()
public long getLastStartup()
public java.util.List<Application> getApplications()
public long getLastTraceReceived()
public long getLastActivity()
public long getNumberApps()
public java.lang.String getPath()
public java.lang.String getStatus()
public java.lang.String getType()
public java.lang.String getAgentVersion()
public boolean isAgentOutOfDate()
public java.lang.String getLatestAgentVersion()
public boolean getAssess()
public boolean getAssessPending()
public boolean getDefend()
public boolean getDefendPending()
public java.lang.String getContainer()
public java.lang.String getEnvironment()
public boolean getLogEnhancerPending()
public java.lang.String getLogLevel()
public java.lang.String getLogPath()
public boolean getNoPending()
public boolean getAssessSensors()
public long getAssessLastUpdate()
Copyright © 2022 Contrast Security, Inc.. All rights reserved.