org.apache.felix.mosgi.managedelements.bundlesprobes
Interface BundlesProbesMBean

All Superinterfaces:
TabIfc
All Known Implementing Classes:
BundlesProbes

public interface BundlesProbesMBean
extends TabIfc


Method Summary
 Vector bundleList()
           
 void install(String location)
           
 void startService(Long[] id)
           
 void stopService(Long[] id)
           
 void uninstall(Long[] id)
           
 void update(Long[] id)
           
 
Methods inherited from interface org.apache.felix.mosgi.console.ifc.TabIfc
getBundleName
 

Method Detail

bundleList

Vector bundleList()

startService

void startService(Long[] id)

stopService

void stopService(Long[] id)

install

void install(String location)

uninstall

void uninstall(Long[] id)

update

void update(Long[] id)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.