public class DistributedPropertiesImpl extends Object implements DistributedProperties
Constructor and Description |
---|
DistributedPropertiesImpl() |
Modifier and Type | Method and Description |
---|---|
long |
getAgentUpTime() |
Date |
getLastShutdownTime() |
Date |
getLastStartupTime() |
void |
setLastShutdownTime(Date lastShutdownTime) |
void |
setLastStartupTime(Date lastStartupTime) |
public Date getLastShutdownTime()
getLastShutdownTime
in interface DistributedProperties
public Date getLastStartupTime()
getLastStartupTime
in interface DistributedProperties
public void setLastShutdownTime(@Nullable Date lastShutdownTime)
setLastShutdownTime
in interface DistributedProperties
public void setLastStartupTime(@Nullable Date lastStartupTime)
setLastStartupTime
in interface DistributedProperties
public long getAgentUpTime()
getAgentUpTime
in interface DistributedProperties
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.