public interface ApplicationIdStore
| Modifier and Type | Method and Description | 
|---|---|
ApplicationId | 
getAppId(Short id)
Returns an existing application id from a given id. 
 | 
ApplicationId | 
getAppId(String name)
Returns registered application id from the given name. 
 | 
Set<ApplicationId> | 
getAppIds()
Returns the set of currently registered application identifiers. 
 | 
ApplicationId | 
registerApplication(String identifier)
Registers a new application by its name, which is expected
 to follow the reverse DNS convention, e.g. 
 | 
Set<ApplicationId> getAppIds()
ApplicationId getAppId(Short id)
id - the short value of the idApplicationId getAppId(String name)
name - application nameApplicationId registerApplication(String identifier)
org.flying.circus.appidentifier - string identifier