SilverStream
Application Server 3.5

Package com.sssw.srv.busobj

Business object listeners, events, and data sources are defined in the com.sssw.srv.busobj package.

See:
          Description

Interface Summary
AgiClusterListener Implemented by all business objects which listen for cluster events which include cluster server start and cluster server stop.
AgiDataRunner Used to simulate the behavior of SilverStream's Version 1 Agent classes.
AgiDataSourceListener Implemented by business objects with Data Source triggers.
AgiInitDatas SilverStream internal class.
AgiInvokedListener This interface is implemented by all business objects which listen for invoked events.
AgiMailListener Implemented by all business objects which listen for mail events.
AgiScheduledListener Implemented by all business objects which listen for scheduled events.
AgiServerListener Implemented by all business objects which listen for server events which include start, stop, error, user login and logout.
AgiTableListener Implemented by all business objects which listen for events on database tables.
 

Class Summary
AgaData Mechanism for accessing data from a SilverStream triggered business object.
AgaRowData Mechanism used to access individual rows being modified in Business Objects that listen for Table Events.
AgoBusinessObjectEvent Base class of all business object event objects
AgoCGIHeaders Holds the headers of an HTTP request.
AgoClusterServerStartEvent An instance of this object is passed into each ServerError event fired
AgoClusterServerStopEvent An instance of this object is passed into each ServerError event fired
AgoDataSourceEvent The AgoDataSourceEvent object is passed into the invokeQuery event of a DataSourceListener.
AgoHttpErrorEvent An instance of this object is passed into each HttpError event fired
AgoHttpRequestEvent Extends javax.servlet.ServletRequest for use with <INPUT TYPE=FILE> fields in a multipart/form-data POST.
AgoInvokedEvent This is the event object passed into an invoked event of an InvokedListener business object.
AgoMailEvent An instance of this class is passed to each mail received event fired.
AgoRowDeleteEvent Provides access to a deleted row in an update transaction.
AgoRowInsertEvent The AgoRowInsertEvent provides access to an inserted row in an update transaction.
AgoRowModifyEvent Provides access to a modified row in an update transaction.
AgoScheduledEvent An instance of the AgoScheduledEvent is passed into each Scheduled event that is fired.
AgoServerDeactivatedEvent An instance of this object is passed into each ServerError event fired
AgoServerDeactivatingEvent An instance of this object is passed into each ServerError event fired
AgoServerErrorEvent An instance of this object is passed into each ServerError event fired.
AgoServerStartEvent An instance of the AgoServerStartEvent object is passed into each ServerStart event fired.
AgoServerStopEvent An instance of the AgoServerStopEvent is passed into each ServerStop event that is fired.
AgoTableEvent Base class for all table event objects.
AgoTableRowEvent An abstract base class for event objects of TableListener business objects (such as AgoRowDeleteEvent, AgoRowInsertEvent, AgoRowModifyEvent).
AgoTransactionAbortEvent An instance of this class is passed as a parameter to the aborted event of a TableListener
AgoUserLoginEvent An instance of this object is passed to each UserLogin event fired.
AgoUserLogoutEvent An instance of this object is passed into each UserLogout event fired.
 

Package com.sssw.srv.busobj Description

Business object listeners, events, and data sources are defined in the com.sssw.srv.busobj package. These include mail, server, servlet, data source, table and HTTP listeners, plus related row inserted, delete, or modified events, server start and stop events, table events, other scheduled events, login and logout events, and mail events.

Classes for other listeners and events used for validation, or handling of timers, changes to data, and changes to a row cursor are collected in the com.sssw.rt.event package.

The com.sssw.srv.agents package defines classes for full text retrieval support.

Objects for representing clusters, databases, mail accounts, servers, sessions and tables, plus some exceptions are included in the com.sssw.srv.api package.


SilverStream
Application Server 3.5