|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.emi.dsr.util.Utilities
public class Utilities
tools and utilities
| Constructor Summary | |
|---|---|
protected |
Utilities()
|
| Method Summary | |
|---|---|
static String |
extractElementTextAsString(org.apache.xmlbeans.XmlObject source)
extract the text content of an XML element |
static String |
extractServiceName(String url)
|
static String |
getPhysicalServerAddress()
return the physical server address |
static String |
newUniqueID()
returns a new globally unique identifier |
static boolean |
validateIntegerRange(String value,
int minValue,
int maxValue)
validate that the given String value (interpreted as an Integer) is in the supplied range |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Utilities()
| Method Detail |
|---|
public static String newUniqueID()
public static String extractServiceName(String url)
public static boolean validateIntegerRange(String value,
int minValue,
int maxValue)
value - - String to be verifiedminValue - - minimummaxValue - - maximum
public static String getPhysicalServerAddress()
public static String extractElementTextAsString(org.apache.xmlbeans.XmlObject source)
source - the xml element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||