org.oddjob.jmx
Class JMXServiceURLHelper

java.lang.Object
  extended by org.oddjob.jmx.JMXServiceURLHelper

public class JMXServiceURLHelper
extends Object

Parses a JMX Service URL to see if it is a full URL or just the host name and optionally port and optionally path identifier.

Author:
rob

Constructor Summary
JMXServiceURLHelper()
           
 
Method Summary
 JMXServiceURL parse(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXServiceURLHelper

public JMXServiceURLHelper()
Method Detail

parse

public JMXServiceURL parse(String url)
                    throws MalformedURLException
Throws:
MalformedURLException