AdStatus Interface
- public interface AdStatus
This interface exposes information about ads which are stored
in the AdBucket
-
All Known Subinterfaces
-
CampaignService
public boolean |
-
isActive (String containerUID)
- Is the specified container currently active.
|
isActive(String) Method
public boolean isActive(String
containerUID)
throws RemoteException
, EJBException
Is the specified container currently active.
Parameters
-
containerUID
- The Container unique id.
Returns
- true if the container is active, false otherwise
Exceptions
-
RemoteException
-
EJBException