com.bea.campaign
Interface ScenarioContainer

All Superinterfaces
Comparable, Serializable
All Known Subinterfaces:
Campaign

public interface ScenarioContainer
extends Serializable, Comparable

A container for an execution of a scenario.

See Also
Campaign

Method Summary
 String getContainerType()
          The type of the container.
 String getName()
          The name of the container instance.
 String getUniqueId()
          The unqiue identifer of the container.
 boolean isActive()
          Determine if the container is currently active.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUniqueId

String getUniqueId()
The unqiue identifer of the container.


getName

String getName()
The name of the container instance.


getContainerType

String getContainerType()
The type of the container.

This will be "Campaign" for campaigns.


isActive

boolean isActive()
Determine if the container is currently active.



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.