|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.service.command.local.LocalCommandRegistry
public class LocalCommandRegistry
A local Command Registry.
Version History
EPG - Initial - 12 FEB 06
Constructor Summary | |
---|---|
LocalCommandRegistry()
Constructor. |
Method Summary | |
---|---|
CommandDefinition |
get(java.lang.String name)
Get a command. |
CommandRegistry |
getGlobalRegistry()
Get the generic global registry. |
static CommandRegistry |
getGlobalRegistryStatic()
Get the generic global registry. |
boolean |
has(java.lang.String name)
Does it have a command registered by this name? |
void |
register(java.lang.String name,
CommandDefinition command)
Register a command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalCommandRegistry()
Method Detail |
---|
public static CommandRegistry getGlobalRegistryStatic()
public CommandRegistry getGlobalRegistry()
getGlobalRegistry
in interface CommandRegistry
public boolean has(java.lang.String name)
has
in interface CommandRegistry
name
- The name.
public void register(java.lang.String name, CommandDefinition command) throws SystemException
register
in interface CommandRegistry
name
- The name.command
- The command.
SystemException
SystemException
public CommandDefinition get(java.lang.String name) throws SystemException
get
in interface CommandRegistry
name
- The name.
SystemException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |