net.sbbi.upnp.jmx.upnp
Class ServerProvider
java.lang.Object
net.sbbi.upnp.jmx.upnp.ServerProvider
- All Implemented Interfaces:
- javax.management.remote.JMXConnectorServerProvider
public class ServerProvider
- extends Object
- implements javax.management.remote.JMXConnectorServerProvider
JMX connector to expose as UPNP devices, all (or a set) MBeans registered into the server
The JMX service URL looks like this : service:jmx:upnp://localhost:8080
Only the host and port settings can be changed. The path in the service url is currently unusable.
look at UPNPConnectorServer for more inormations
- Version:
- 1.0
- Author:
- SuperBonBon
|
Method Summary |
javax.management.remote.JMXConnectorServer |
newJMXConnectorServer(javax.management.remote.JMXServiceURL serviceURL,
Map env,
javax.management.MBeanServer server)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPNP_PROTOCOL
public static final String UPNP_PROTOCOL
- See Also:
- Constant Field Values
ServerProvider
public ServerProvider()
newJMXConnectorServer
public javax.management.remote.JMXConnectorServer newJMXConnectorServer(javax.management.remote.JMXServiceURL serviceURL,
Map env,
javax.management.MBeanServer server)
throws IOException
- Specified by:
newJMXConnectorServer in interface javax.management.remote.JMXConnectorServerProvider
- Throws:
IOException
Copyright © 2010. All Rights Reserved.