© 2002 BEA Systems, Inc.


com.bea.p13n.ad
Interface AdConflictResolver


public interface AdConflictResolver
extends javax.ejb.EJBObject

The remote bean interface for the AdConflictResolver. Given a set of possible ads which may be display, this Session EJB will pick an ad to display.


Method Summary
 AdInfo pickAd(AdInfo[] ads)
          Resolve which ad to display.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

pickAd

public AdInfo pickAd(AdInfo[] ads)
              throws java.rmi.RemoteException
Resolve which ad to display.

Parameters:
ads - An array of AdInfo objects that are valid
Returns:
the AdInfo that has the "highest priority" from the ads array.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved