org.apache.felix.mosgi.console.gui
Class Gateway

java.lang.Object
  extended by javax.management.remote.JMXServiceURL
      extended by org.apache.felix.mosgi.console.gui.Gateway
All Implemented Interfaces:
Serializable

public class Gateway
extends javax.management.remote.JMXServiceURL

See Also:
Serialized Form

Field Summary
protected static Hashtable HT_GATEWAY
           
 
Method Summary
 boolean connect(javax.management.NotificationListener notificationListener)
           
 void disconnect(javax.management.NotificationListener nl)
           
 javax.management.MBeanServerConnection getMbsc()
           
 String getNickname()
           
 Gateway getParent()
           
 String getToolTipText()
           
 boolean isConnected()
           
static Gateway newGateway(Gateway ref)
           
static Gateway[] newGateways(BundleContext bc)
           
 
Methods inherited from class javax.management.remote.JMXServiceURL
equals, getHost, getPort, getProtocol, getURLPath, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HT_GATEWAY

protected static Hashtable HT_GATEWAY
Method Detail

getNickname

public String getNickname()

getMbsc

public javax.management.MBeanServerConnection getMbsc()

isConnected

public boolean isConnected()

getToolTipText

public String getToolTipText()

getParent

public Gateway getParent()

newGateways

public static Gateway[] newGateways(BundleContext bc)

newGateway

public static Gateway newGateway(Gateway ref)
                          throws Exception
Throws:
Exception

connect

public boolean connect(javax.management.NotificationListener notificationListener)

disconnect

public void disconnect(javax.management.NotificationListener nl)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.