Class SubscriptionsCommand

java.lang.Object
org.codice.ddf.catalog.pubsub.command.SubscriptionsCommand
All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
Direct Known Subclasses:
DeleteCommand, ListCommand

public class SubscriptionsCommand extends Object implements org.apache.karaf.shell.api.action.Action
  • Field Details

  • Constructor Details

    • SubscriptionsCommand

      public SubscriptionsCommand()
  • Method Details

    • execute

      public Object execute() throws Exception
      Specified by:
      execute in interface org.apache.karaf.shell.api.action.Action
      Throws:
      Exception
    • getSubscriptions

      protected Map<String,org.osgi.framework.ServiceReference<ddf.catalog.event.Subscription>> getSubscriptions(String id, boolean ldapFilter) throws org.osgi.framework.InvalidSyntaxException
      Throws:
      org.osgi.framework.InvalidSyntaxException
    • setBundleContext

      public void setBundleContext(org.osgi.framework.BundleContext bundleContext)