net.sbbi.upnp.jmx.upnp
Class ServerProvider

java.lang.Object
  extended bynet.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

Field Summary
static java.lang.String UPNP_PROTOCOL
           
 
Constructor Summary
ServerProvider()
           
 
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
 

Field Detail

UPNP_PROTOCOL

public static final java.lang.String UPNP_PROTOCOL
See Also:
Constant Field Values
Constructor Detail

ServerProvider

public ServerProvider()
Method Detail

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.