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 java.lang.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,
java.util.Map env,
javax.management.MBeanServer server)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPNP_PROTOCOL
public static final java.lang.String UPNP_PROTOCOL
- See Also:
- Constant Field Values
ServerProvider
public ServerProvider()
newJMXConnectorServer
public javax.management.remote.JMXConnectorServer newJMXConnectorServer(javax.management.remote.JMXServiceURL serviceURL,
java.util.Map env,
javax.management.MBeanServer server)
throws java.io.IOException
- Specified by:
newJMXConnectorServer
in interface javax.management.remote.JMXConnectorServerProvider
- Throws:
java.io.IOException
Copyright © 2005 SuperBonBon Industries. All Rights Reserved.