SilverStream
Application Server 3.5

com.sssw.rts.adminapi
Class AgoAdmTableListChanges

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

public class AgoAdmTableListChanges
extends Object

Contains the results of the analysis of database table list modifications done by the API users via AgiAdmDatabase.analyzeTableListChanges.

See Also:
AgiAdmDatabase

Constructor Summary
AgoAdmTableListChanges()
           
 
Method Summary
 Enumeration getInvalidTableNames()
          Get the list of invalid table names.
 Enumeration getPatternsAdditions()
          Get the list of table name patterns to be added to the subset of tables used in SilverStream for the given database.
 Enumeration getPatternsDeletions()
          Get the list of table name patterns to be deleted from the subset of tables used in SilverStream for the given database.
 Enumeration getTableNamesAdditions()
          Get the list of names of individual tables to be added to the subset of tables used in SilverStream for the given database.
 Enumeration getTableNamesDeletions()
          Get the list of names of individual tables to be deleted from the subset of tables used in SilverStream for the given database.
 Enumeration getUnresolvedPatterns()
          Get the list of table name patterns resolved to empty table name lists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgoAdmTableListChanges

public AgoAdmTableListChanges()
Method Detail

getInvalidTableNames

public Enumeration getInvalidTableNames()
Get the list of invalid table names.
Returns:
the list of invalid table names, or null if the list is empty.

getUnresolvedPatterns

public Enumeration getUnresolvedPatterns()
Get the list of table name patterns resolved to empty table name lists.
Returns:
the list of table name patterns that resolve to empty table name lists, or null if the list is empty.

getTableNamesDeletions

public Enumeration getTableNamesDeletions()
Get the list of names of individual tables to be deleted from the subset of tables used in SilverStream for the given database.
Returns:
the list of tables to be deleted from the subset, or null if the list is empty.
Usage:
The tables are deleted from the list of tables used in SilverStream for the given database. The tables are not deleted from the actual database.

getPatternsDeletions

public Enumeration getPatternsDeletions()
Get the list of table name patterns to be deleted from the subset of tables used in SilverStream for the given database.
Returns:
the list of table name patterns to be deleted from the subset, or null if the list is empty.
Usage:
The tables are deleted from the list of tables used in SilverStream for the given database. The tables are not deleted from the actual database.

getTableNamesAdditions

public Enumeration getTableNamesAdditions()
Get the list of names of individual tables to be added to the subset of tables used in SilverStream for the given database.
Returns:
the list of existing tables to be added to the subset in order to expand it, or null if the list is empty.

getPatternsAdditions

public Enumeration getPatternsAdditions()
Get the list of table name patterns to be added to the subset of tables used in SilverStream for the given database.
Returns:
the list of table name patterns to be added to the subset in order to expand it, or null if the list is empty.

SilverStream
Application Server 3.5