|
||||||||||
| 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 CommandRegistrypublic boolean has(java.lang.String name)
has in interface CommandRegistryname - The name.
public void register(java.lang.String name,
CommandDefinition command)
throws SystemException
register in interface CommandRegistryname - The name.command - The command.
SystemExceptionSystemException
public CommandDefinition get(java.lang.String name)
throws SystemException
get in interface CommandRegistryname - The name.
SystemExceptionSystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||