SilverStream eXtend
Director 4.0

Package com.sssw.fw.api

Provides interfaces for working with the Director Framework subsystem.

See:
          Description

Interface Summary
EbiCacheEntry Interface for an entry in the memory cache or disk cache.
EbiCacheHolder Interface for a cache holder.
EbiCacheManager Interface for the cache manager.
EbiComparator Interface for implementing comparison logic.
EbiConfig Interface for managing configuration properties.
EbiConstants Interface that contains constants for the eXtend Director framework.
EbiContext Interface for storing and retrieving information about the user's environment.
EbiDelegate Generic interface for business delegate subinterfaces.
EbiElement Base interface for framework elements.
EbiFrameworkElement Parent interface for the individual element interfaces.
EbiFullTextQuery Deprecated. Use EbiQuery in the Search subsystem.
EbiLog Interface for the Director logging facility.
EbiMetaDataQuery Generic interface for defining a SQL query over metadata.
EbiQuery Generic interface providing general methods for defining SQL queries.
EbiQueryBase Base interface for defining SQL queries.
EbiQueryExpression Interface for combining expressions for use in the WHERE clause of a SQL query.
EbiRequest No information available
EbiRequestContext Interface for examining request information passed by a component.
EbiResponse Interface that defines constants for response phrase and response status.
EbiSecurableElement Interface implemented by the portal elements that are securable.
EbiServiceLocator Interface that defines a service locator for JNDI and J2EE resources.
EbiSession Generic interface for a portal session.
EbiSrvLifetimeCacheHolder Interface for a server-lifetime cache holder with management options for a server cluster.
EbiTimer Interface for a timer.
EbiTimerHandler Interface you need to implement in a handler object for one or more timers.
EbiWhiteboard Interface defining a session-lifetime holding area for data.
EbiWhiteboardEraser Whiteboard erasers are used to clear key/value pairs from whiteboards.
 

Package com.sssw.fw.api Description

Provides interfaces for working with the Director Framework subsystem. The Framework subsystem provides core Director services such as caching, system configuration, session management, and other services used by the other subsystems.


SilverStream eXtend
Director 4.0