org.apache.felix.mosgi.managedelements.bundlesprobes
Class BundlesProbes
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.apache.felix.mosgi.managedelements.bundlesprobes.BundlesProbes
- All Implemented Interfaces:
- EventListener, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, TabIfc, BundlesProbesMBean, BundleActivator, BundleListener, ServiceListener
public class BundlesProbes
- extends javax.management.NotificationBroadcasterSupport
- implements BundleActivator, BundlesProbesMBean, ServiceListener, BundleListener
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 |
BundlesProbes
public BundlesProbes()
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)
- Specified by:
stop
in interface BundleActivator
bundleList
public Vector bundleList()
- Specified by:
bundleList
in interface BundlesProbesMBean
startService
public void startService(Long[] id)
- Specified by:
startService
in interface BundlesProbesMBean
stopService
public void stopService(Long[] id)
- Specified by:
stopService
in interface BundlesProbesMBean
install
public void install(String location)
- Specified by:
install
in interface BundlesProbesMBean
uninstall
public void uninstall(Long[] id)
- Specified by:
uninstall
in interface BundlesProbesMBean
update
public void update(Long[] id)
- Specified by:
update
in interface BundlesProbesMBean
serviceChanged
public void serviceChanged(ServiceEvent event)
- Specified by:
serviceChanged
in interface ServiceListener
bundleChanged
public void bundleChanged(BundleEvent event)
- Specified by:
bundleChanged
in interface BundleListener
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.