public class ServerStatusMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static ServerStatusMessage |
NEW_SERVER_MESSAGE |
static String |
TIME_FORMAT |
| Constructor and Description |
|---|
ServerStatusMessage(ServerState state,
Date time,
String detail) |
| Modifier and Type | Method and Description |
|---|---|
static String |
dateToString(Date d) |
Date |
getDate() |
String |
getDetail() |
ServerState |
getState() |
static Date |
stringToDate(String s) |
String |
toString() |
public static final ServerStatusMessage NEW_SERVER_MESSAGE
public static final String TIME_FORMAT
public ServerStatusMessage(ServerState state, Date time, String detail)
public ServerState getState()
public Date getDate()
public String getDetail()
public static Date stringToDate(String s) throws ParseException
ParseExceptionCopyright © 2013 DuraSpace. All Rights Reserved.