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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()getSubscriptions(String id, boolean ldapFilter) voidsetBundleContext(org.osgi.framework.BundleContext bundleContext)
-
Field Details
-
NAMESPACE
- See Also:
-
SERVICE_PID
- See Also:
-
-
Constructor Details
-
SubscriptionsCommand
public SubscriptionsCommand()
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.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)
-