Package org.jboss.remotingjmx
Class Util
- java.lang.Object
-
- org.jboss.remotingjmx.Util
-
public class Util extends Object
A holder for utility methods.- Author:
- Darran Lofthouse, Brad Maxwell
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUtil.Timeout
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URIconvert(JMXServiceURL serviceUrl)static IntegergetInteger(Object object)static IntegergetTimeoutValue(Util.Timeout property, Map<String,?> environment)
-
-
-
Method Detail
-
convert
public static URI convert(JMXServiceURL serviceUrl) throws IOException
- Throws:
IOException
-
getTimeoutValue
public static Integer getTimeoutValue(Util.Timeout property, Map<String,?> environment)
-
-