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

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

public class MemoryProbe
extends Object
implements BundleActivator, MemoryProbeMBean


Constructor Summary
MemoryProbe()
           
 
Method Summary
 String getBundleName()
           
 void start(BundleContext context)
           
 void stop(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 String getBundleName()
Specified by:
getBundleName in interface TabIfc

start

public void start(BundleContext context)
           throws Exception
Specified by:
start in interface BundleActivator
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Specified by:
stop in interface BundleActivator
Throws:
Exception


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