|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Define a readOnly TableManager interface necessary for other system components.
| Method Summary | |
Table |
findTable(java.lang.String name)
Find Table with the given name. |
java.util.Enumeration |
getTables(java.lang.String type)
Return Enumeration of all active TableNames (String objects) for the given game type. |
java.util.Enumeration |
getTableTypes()
Return Enumeration of all TableTypes (String objects) currently active in the system. |
| Method Detail |
public Table findTable(java.lang.String name)
There can never be duplicate tables with the same name.
No table can have the special name "ALL";
name - java.lang.String
public java.util.Enumeration getTables(java.lang.String type)
type - java.lang.String
public java.util.Enumeration getTableTypes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||