org.apache.felix.mosgi.managedelements.memoryprobe
Class MemoryProbe

java.lang.Object
  extended by org.apache.felix.mosgi.managedelements.memoryprobe.MemoryProbe
All Implemented Interfaces:
org.apache.felix.mosgi.console.ifc.TabIfc, MemoryProbeMBean, org.osgi.framework.BundleActivator

public class MemoryProbe
extends java.lang.Object
implements org.osgi.framework.BundleActivator, MemoryProbeMBean


Constructor Summary
MemoryProbe()
           
 
Method Summary
 java.lang.String getBundleName()
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryProbe

public MemoryProbe()
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)
          throws java.lang.Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception