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

B14053-01


Uses of Class
oracle.dmt.op.re.reexception.ConnectionPoolIsFullException

Packages that use ConnectionPoolIsFullException
oracle.dmt.op.re.reapi.rt Provides classes to make personalized recommendations in real time.  

 

Uses of ConnectionPoolIsFullException in oracle.dmt.op.re.reapi.rt

 

Methods in oracle.dmt.op.re.reapi.rt that throw ConnectionPoolIsFullException
 void REProxyRT.createCustomerSession(java.lang.String customerID, java.lang.String appSessionID)
          Creates a new customer session, i.e., a new session for the specified customer (registered user).
 void REProxyRT.createVisitorSession(java.lang.String visitorID, java.lang.String appSessionID)
          Creates a new visitor session, i.e., a new session for a visitor.
 void REProxyRT.closeSession(IdentificationData idData)
          Closes an RE session and marks the session as closed.
 RecommendationList REProxyRT.recommendTopItems(IdentificationData idData, int numOfItems, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of top-rated items.
 RecommendationList REProxyRT.crossSellForItemFromHotPicks(IdentificationData idData, Item item, int numOfItems, long[] hotPickGroups, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items from Hotpicks related to the specified item.
 RecommendationList REProxyRT.crossSellForItemsFromHotPicks(IdentificationData idData, Item[] items, int numOfItems, long[] hotPickGroups, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items from Hotpicks related to the specified items.
 RecommendationList REProxyRT.selectFromHotPicks(IdentificationData idData, int numOfItems, long[] hotPickGroups, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Selects the specified number of items from a specified set of hot picks group.
 RecommendationList REProxyRT.recommendCrossSellForItem(IdentificationData idData, Item item, int numOfItems, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items related to the specified item.
 RecommendationList REProxyRT.recommendCrossSellForItems(IdentificationData idData, Item[] items, int numOfItems, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items related to the specified items.
 RecommendationList REProxyRT.recommendBottomItems(IdentificationData idData, int numOfItems, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of bottom-rated items.
 RecommendationList REProxyRT.recommendFromHotPicks(IdentificationData idData, int numOfItems, long[] hotPickGroups, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of Hotpick items.
 float REProxyRT.rateItem(IdentificationData idData, Item item, int taxonomyId, TuningSettings tunings, RecommendationContent recContent)
          Gives the rating of an item.
 RecommendationList REProxyRT.rateItems(IdentificationData idData, Item[] items, int taxonomyId, TuningSettings tunings, RecommendationContent recContent)
          Gives the rating of the specified items.
 void REProxyRT.removeItem(IdentificationData idData, DataItem item)
          Removes an item from the cache and from the RE schema, if it has already been archived.
 void REProxyRT.removeItems(IdentificationData idData, DataItem[] items)
          Removes multiple items from the cache and from the RE schema, if they have already been archived.
 void REProxyRT.setVisitorToCustomer(IdentificationData idData, java.lang.String customerID)
          Changes the status of a visitor to that of customer during a live session.
 java.sql.Connection REProxyRT.getPooledConnection()
           
 java.sql.Connection DBConnectionManager.getConnection(java.lang.String name)
          Returns an open connection.
 java.sql.Connection DBConnectionManager.getConnection(java.lang.String name, long time)
          Returns an open connection from the named pool.

 


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

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.