org.apache.felix.mosgi.managedelements.osgiprobes
Class OsgiProbes

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by org.apache.felix.mosgi.managedelements.osgiprobes.OsgiProbes
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, org.apache.felix.mosgi.console.ifc.TabIfc, OsgiProbesMBean, org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener

public class OsgiProbes
extends javax.management.NotificationBroadcasterSupport
implements org.osgi.framework.BundleActivator, OsgiProbesMBean, org.osgi.framework.ServiceListener


Constructor Summary
OsgiProbes()
           
 
Method Summary
 java.lang.String getBundleName()
           
 java.lang.String getFwExeEnv()
           
 java.lang.String getFwLanguage()
           
 java.lang.String getFwOsName()
           
 java.lang.String getFwOsVersion()
           
 java.lang.String getFwProcessor()
           
 java.lang.String getFwVendor()
           
 java.lang.String getFwVersion()
           
 java.lang.String getProfile()
           
 void serviceChanged(org.osgi.framework.ServiceEvent event)
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiProbes

public OsgiProbes()
Method Detail

getBundleName

public java.lang.String getBundleName()
Specified by:
getBundleName in interface org.apache.felix.mosgi.console.ifc.TabIfc

start

public void start(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext context)
Specified by:
stop in interface org.osgi.framework.BundleActivator

getFwVersion

public java.lang.String getFwVersion()
Specified by:
getFwVersion in interface OsgiProbesMBean

getFwVendor

public java.lang.String getFwVendor()
Specified by:
getFwVendor in interface OsgiProbesMBean

getFwLanguage

public java.lang.String getFwLanguage()
Specified by:
getFwLanguage in interface OsgiProbesMBean

getFwOsName

public java.lang.String getFwOsName()
Specified by:
getFwOsName in interface OsgiProbesMBean

getFwOsVersion

public java.lang.String getFwOsVersion()
Specified by:
getFwOsVersion in interface OsgiProbesMBean

getFwProcessor

public java.lang.String getFwProcessor()
Specified by:
getFwProcessor in interface OsgiProbesMBean

getFwExeEnv

public java.lang.String getFwExeEnv()
Specified by:
getFwExeEnv in interface OsgiProbesMBean

getProfile

public java.lang.String getProfile()
Specified by:
getProfile in interface OsgiProbesMBean

serviceChanged

public void serviceChanged(org.osgi.framework.ServiceEvent event)
Specified by:
serviceChanged in interface org.osgi.framework.ServiceListener