public abstract class BaseCommandRegistry extends Object implements CommandRegistry
Constructor and Description |
---|
BaseCommandRegistry() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.osgi.framework.ServiceRegistration |
registerCommand(Command cmd) |
Collection<org.osgi.framework.ServiceRegistration> |
registerCommands(Iterable<? extends Command> cmds) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommand, getRegisteredCommands, unregisterCommands
public Collection<org.osgi.framework.ServiceRegistration> registerCommands(Iterable<? extends Command> cmds)
registerCommands
in interface CommandRegistry
protected abstract org.osgi.framework.ServiceRegistration registerCommand(Command cmd)
Copyright © 2012. All Rights Reserved.