OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Package oracle.dmt.op.re.reapi.rt

Provides classes to make personalized recommendations in real time.

See:
          Description

Class Summary
ContentItem Describes the attribute of the recommendation result.
DataCollectionCache This class stores the collected user profile data in the memory and archives the data in RE schema periodically or when the cache is full.
DBConnectionManager This is a singleton class that provides access to one or many connection pools.
IdentificationData This class encapsulates the user identification information.
ItemDetailData Encapsulates the detailed information for recommendation item.
Recommendation Encapsulates a recommended item.
RecommendationContent Defines the attributes and the sort order of the recommendations
RecommendationList Encapsulates a list of recommended items.
REProxyManager A singleton class that manages and provides access to REProxyRT objects.
REProxyRT This class provides real-time recommendation functions.

 

Package oracle.dmt.op.re.reapi.rt Description

Provides classes to make personalized recommendations in real time. In order to process personalized recommendations, an instance of class REProxyRT must be created first using static methods in class REProxyManager. As a server component, an REProxyRT object provides access to all the methods needed to make recommendations and to collect user profile data. It can be and should be shared by multiple clients. In order to avoid unforeseen consequences, destroying REProxyRT objects is not recommended.

Package Specification

(none)

Related Documentation

The following classes and interfaces are used by reapi.rt classes:

For overviews, tutorials, examples, guides, and tool documentation, see:

Since:
9.0.0

OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.