|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VirtualUserTableStore
Interface for Phoenix blocks to access a store of VirtualUserTable. A VirtualUserTableStore contains one or more VirtualUserTables. Multiple VirtualUserTables may or may not have overlapping membership.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
The component role used by components implementing this service |
| Method Summary | |
|---|---|
VirtualUserTable |
getTable(java.lang.String name)
Get the table, if any, whose name corresponds to the argument parameter |
java.util.Iterator |
getTableNames()
Yield an Iterator over the set of repository
names managed internally by this store. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
VirtualUserTable getTable(java.lang.String name)
name - the name of the desired repository
java.util.Iterator getTableNames()
Iterator over the set of repository
names managed internally by this store.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||