com.bea.p13n.ad
Interface AdStatus

All Known Subinterfaces:
CampaignService

public interface AdStatus

This interface exposes information about ads which are stored in the AdBucket


Method Summary
 boolean isActive(String containerUID)
          Is the specified container currently active.
 

Method Detail

isActive

boolean isActive(String containerUID)
                 throws RemoteException,
                        javax.ejb.EJBException
Is the specified container currently active.

Parameters
containerUID - The Container unique id.
Returns
true if the container is active, false otherwise
Throws
RemoteException
javax.ejb.EJBException


Copyright © 2011, Oracle. All rights reserved.