Uses of Interface
org.apache.karaf.shell.console.BundleContextAware

Packages that use BundleContextAware
org.apache.karaf.admin.command   
org.apache.karaf.diagnostic.command   
org.apache.karaf.features.command   
org.apache.karaf.jaas.command   
org.apache.karaf.shell.commands   
org.apache.karaf.shell.config   
org.apache.karaf.shell.console   
org.apache.karaf.shell.dev   
org.apache.karaf.shell.log   
org.apache.karaf.shell.obr   
org.apache.karaf.shell.osgi   
org.apache.karaf.shell.packages   
org.apache.karaf.shell.ssh   
org.apache.karaf.shell.web   
org.apache.karaf.shell.wrapper   
 

Uses of BundleContextAware in org.apache.karaf.admin.command
 

Classes in org.apache.karaf.admin.command that implement BundleContextAware
 class AdminCommandSupport
           
 class ChangeOptsCommand
           
 class ChangeRmiRegistryPortCommand
           
 class ChangeSshPortCommand
           
 class ConnectCommand
           
 class CreateCommand
          Creates a new Karaf instance
 class DestroyCommand
          Destroy an existing Karaf instance
 class RenameCommand
           Rename an existing Karaf container instance.
 class StopCommand
           
 

Uses of BundleContextAware in org.apache.karaf.diagnostic.command
 

Classes in org.apache.karaf.diagnostic.command that implement BundleContextAware
 class DumpCommand
          Command to create dump from shell.
 

Uses of BundleContextAware in org.apache.karaf.features.command
 

Classes in org.apache.karaf.features.command that implement BundleContextAware
 class FeaturesCommandSupport
           
 class InfoFeatureCommand
          Utility command to display info about features.
 class InstallFeatureCommand
           
 class ListFeaturesCommand
           
 class ListFeatureVersionsCommand
           
 class ListRepositoriesCommand
           
 class RemoveRepositoryCommand
           
 class UninstallFeatureCommand
           
 

Uses of BundleContextAware in org.apache.karaf.jaas.command
 

Classes in org.apache.karaf.jaas.command that implement BundleContextAware
 class JaasCommandSupport
           
 class ListPendingCommand
          Lists the commands the are in the command queue, for the active realm/module.
 class ListRealmsCommand
           
 class ListUsersCommand
           
 class ManageRealmCommand
           
 class RoleAddCommand
          Adds a role to a user of the active realm/module.
 class RoleDeleteCommand
          Deletes a role from a user of the active realm/module.
 class UserAddCommand
          Creates a new user in the active realm/module.
 class UserDeleteCommand
          Deletes a user of the active realm/module.
 

Uses of BundleContextAware in org.apache.karaf.shell.commands
 

Classes in org.apache.karaf.shell.commands that implement BundleContextAware
 class InfoAction
           
 

Uses of BundleContextAware in org.apache.karaf.shell.config
 

Classes in org.apache.karaf.shell.config that implement BundleContextAware
 class CancelCommand
           
 class ConfigCommandSupport
          Abstract class from which all commands related to the ConfigurationAdmin service should derive.
 class EditCommand
           
 class PropAppendCommand
          Appends a value to the current property value.
 class PropDelCommand
           
 class PropListCommand
           
 class PropSetCommand
           
 class UpdateCommand
           
 

Uses of BundleContextAware in org.apache.karaf.shell.console
 

Classes in org.apache.karaf.shell.console that implement BundleContextAware
 class OsgiCommandSupport
           
 

Uses of BundleContextAware in org.apache.karaf.shell.dev
 

Classes in org.apache.karaf.shell.dev that implement BundleContextAware
 class AbstractBundleCommand
          Base class for a dev: command that takes a bundle id as an argument It also provides convient access to the PackageAdmin service
 class DynamicImport
          Command for enabling/disabling debug logging on a bundle and calculating the difference in wired imports.
 class FrameworkOptions
          Command for enabling/disabling debug logging on the OSGi framework
 class PrintStackTraces
          Command for showing the full tree of bundles that have been used to resolve a given bundle.
 class Restart
          A command to restart karaf
 class ShowBundleTree
          Command for showing the full tree of bundles that have been used to resolve a given bundle.
 class Watch
           
 

Uses of BundleContextAware in org.apache.karaf.shell.log
 

Classes in org.apache.karaf.shell.log that implement BundleContextAware
 class ClearLog
          Clear the last log entries.
 class DisplayException
           
 class DisplayLog
          Displays the last log entries
 class GetLogLevel
          Get the log level for a given logger
 class LogTail
           
 class SetLogLevel
          Set the log level for a given logger
 

Uses of BundleContextAware in org.apache.karaf.shell.obr
 

Classes in org.apache.karaf.shell.obr that implement BundleContextAware
 class AddUrlCommand
           
 class DeployCommand
           
 class FindCommand
           
 class InfoCommand
           
 class ListCommand
           
 class ListUrlCommand
           
 class ObrCommandSupport
           
 class RefreshUrlCommand
           
 class RemoveUrlCommand
           
 class ResolveCommand
           
 class SourceCommand
           
 class StartCommand
           
 

Uses of BundleContextAware in org.apache.karaf.shell.osgi
 

Classes in org.apache.karaf.shell.osgi that implement BundleContextAware
 class BundleCommand
           
 class BundleLevel
           
 class BundlesCommand
           
 class BundlesCommandOptional
           
 class Headers
           
 class Info
           
 class InstallBundle
           
 class ListBundles
           
 class ListServices
           
 class RefreshBundle
           
 class ResolveBundle
           
 class RestartBundle
           
 class Shutdown
          Command to shut down Karaf
 class StartBundle
           
 class StartLevel
           
 class StopBundle
           
 class UninstallBundle
           
 class UpdateBundle
           
 

Uses of BundleContextAware in org.apache.karaf.shell.packages
 

Classes in org.apache.karaf.shell.packages that implement BundleContextAware
 class ExportsCommand
           
 class ImportsCommand
           
 class PackageCommandSupport
          Abstract class from which all commands related to the PackageAdmin service should derive.
 

Uses of BundleContextAware in org.apache.karaf.shell.ssh
 

Classes in org.apache.karaf.shell.ssh that implement BundleContextAware
 class SshAction
          Connect to a SSH server.
 class SshServerAction
          Start a SSH server.
 

Uses of BundleContextAware in org.apache.karaf.shell.web
 

Classes in org.apache.karaf.shell.web that implement BundleContextAware
 class WebListCommand
           
 

Uses of BundleContextAware in org.apache.karaf.shell.wrapper
 

Classes in org.apache.karaf.shell.wrapper that implement BundleContextAware
 class InstallCommand
          Installs this Karaf instance as a service in your operating systems.
 



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