SilverStream
Application Server 3.5

com.sssw.rts.adminapi
Class AgoAdmTableSubset

java.lang.Object
 |
 +--com.sssw.rts.adminapi.AgoAdmTableSubset

public class AgoAdmTableSubset
extends Object

Contains the current table subset used for a particular database in SilverStream.

See Also:
AgiAdmDatabase

Constructor Summary
AgoAdmTableSubset()
           
 
Method Summary
 Enumeration getTableNamePatterns()
          Get the list of table name patterns that are part of the table subset currently used for a particular database in SilverStream.
 Enumeration getTableNames()
          Get the list of individual table names that are part of the table subset currently used for a particular database in SilverStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgoAdmTableSubset

public AgoAdmTableSubset()
Method Detail

getTableNames

public Enumeration getTableNames()
Get the list of individual table names that are part of the table subset currently used for a particular database in SilverStream.
Returns:
the list of table names or null if the list is empty.

getTableNamePatterns

public Enumeration getTableNamePatterns()
Get the list of table name patterns that are part of the table subset currently used for a particular database in SilverStream.
Returns:
the list of table name patterns or null if the list is empty.

SilverStream
Application Server 3.5