|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AppInfoRepository
Represents a repository that contains the application (client) info
| Method Summary | |
|---|---|
AppInfo |
get(String providerName)
Retrieves application information for the specified provider. |
AppInfo |
get(String providerName,
String appName)
Retrieves application information for the specified provider and optional application. |
| Method Detail |
|---|
AppInfo get(String providerName)
providerName - The storage provider name
AppInfo get(String providerName,
String appName)
providerName - The storage provider nameappName - The application name (if null, the default application found in repository will be used)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||