public class Utility extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
NO_SUCH_TIME |
| Constructor and Description |
|---|
Utility() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBooleanProperty(String propertyName,
boolean defaultValue,
Map props) |
static com.sun.enterprise.ee.cms.core.GMSMember |
getGMSMember(SystemAdvertisement systemAdvertisement) |
static String |
getGroupName(SystemAdvertisement advert) |
static int |
getIntProperty(String propertyName,
int defaultValue,
Map props) |
static long |
getLongProperty(String propertyName,
long defaultValue,
Map props) |
static long |
getStartTime(SystemAdvertisement advert) |
static String |
getStringProperty(String propertyName,
String defaultValue,
Map props) |
static boolean |
isWatchDog(SystemAdvertisement sysAdv) |
static void |
setLogger(Logger theLogger) |
static void |
setupLogHandler() |
public static final long NO_SUCH_TIME
public static void setLogger(Logger theLogger)
public static com.sun.enterprise.ee.cms.core.GMSMember getGMSMember(SystemAdvertisement systemAdvertisement)
public static boolean isWatchDog(SystemAdvertisement sysAdv)
public static String getStringProperty(String propertyName, String defaultValue, Map props)
public static long getLongProperty(String propertyName, long defaultValue, Map props)
public static boolean getBooleanProperty(String propertyName, boolean defaultValue, Map props)
public static void setupLogHandler()
public static long getStartTime(SystemAdvertisement advert)
public static String getGroupName(SystemAdvertisement advert)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.