SilverStream
Application Server 3.5

Package com.sssw.rts.adminapi

Contains most of the Administration API; the interfaces and objects are implemented by both the adminclient and srv.api packages.

See:
          Description

Interface Summary
AgiAdmCertificate Interface implemented by objects that represent server certificates.
AgiAdmChanges AgiAdmChanges interface.
AgiAdmCluster Objects implementing this interface represent SilverStream clusters of servers.
AgiAdmClusterServer Objects that implement this interface represent clustered SilverStream servers.
AgiAdmContainer Implemented by objects that represent containers such as servers, databases, directories, and groups -- that is, entities that contain other entities.
AgiAdmContainerBase Implemented by objects that contain other items.
AgiAdmDatabase Implemented by objects that represent databases residing on a SilverStream Server.
AgiAdmDatabasePlatform Implemented by objects that represent database platforms.
AgiAdmDesignElement Implemented by objects that represent elements created using the SilverStream Designers, such as forms, views, pages, and business objects.
AgiAdmDirectory Implemented by objects that represent directories on the SilverStream Server.
AgiAdmEjbJar Implemented by objects that represent deployed Enterprise JavaBeans JARs.
AgiAdmElement Implemented by objects that represent entities that reside on the SilverStream Server.
AgiAdmElementBase The base of the element hierarchy.
AgiAdmExpressionMgr Implemented by objects that manage the handling of SilverStream security expressions.
AgiAdmGroup Implemented by objects representing groups.
AgiAdmLBClusterEnv Implemented by objects that represent Cluster Environment profiles for configuring load balancing.
AgiAdmLBContainer Implemented by objects that represent the "top level" (container) items for configuring load balancing, such as Cache Manager Groups, Clusters, etc.
AgiAdmLBElement Implemented by objects that represent the "front line" items in the load balancing realm, such as Cache Managers, Cluster Servers, Dispatchers, and Load Managers.
AgiAdmLicense Implemented by objects that represent SilverStream licenses that administer access to the SilverStream Server.
AgiAdmMailAccount Implemented by objects that represent mail accounts that can be set up on the server.
AgiAdmPropertyBag This interface provides methods to set and get properties for various objects including users and groups, servers, database objects, and load balancing elements and containers.
AgiAdmPublishMgr Implemented by objects that manage publishing.
AgiAdmServer Implemented by objects that represent SilverStream Servers.
AgiAdmSession Implemented by objects that represent sessions established with a SilverStream Server.
AgiAdmStatContainer Implemented by objects that represent containers such as servers, databases, directories, etc.
AgiAdmStatElement Implemented by objects that represent entities that reside on the server for which statistical information may be gathered and presented.
AgiAdmStatistics This interface represents the statistics gathered by the SilverStream Server.
AgiAdmStatSet This is the administrative interface to a set of SilverStream statistics ("counters"), containing performance-related data.
AgiAdmThread Implemented by objects that represent threads running within the server.
AgiAdmUser Implemented by objects that represent entities of type "user".
AgiAdmUserReference Implemented by objects that represent references to users within groups.
 

Class Summary
AgoAdmStatInfo Objects of this class describe a particular statistic.
AgoAdmTableListChanges Contains the results of the analysis of database table list modifications done by the API users via AgiAdmDatabase.analyzeTableListChanges.
AgoAdmTableSubset Contains the current table subset used for a particular database in SilverStream.
 

Package com.sssw.rts.adminapi Description

Contains most of the Administration API; the interfaces and objects are implemented by both the adminclient and srv.api packages.

The Administration API provides interfaces for dealing with certificates and licenses, caching and commiting changes to objects, defining elements, expressions, properties, containers, databases and database platforms, users, groups, clusters, sessions, and server statistics. The factory for these objects is defined by AgAdmin, which is in the com.sssw.rts.adminclient package.

Exceptions, a class for defining principals that can be recognized in both the client and server, and a class that represents all permissions that can be granted in a SilverStream application are defined in the com.sssw.rts.acl package.


SilverStream
Application Server 3.5