ScenarioContainer Interface

com.bea.campaign
ScenarioContainer Interface

public interface ScenarioContainer

    extends Comparable, Serializable

A container for an execution of a scenario.

Related Topics

Campaign


All Superinterfaces
Comparable, Serializable
All Known Subinterfaces

Campaign

Method Summary

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

Method Detail

getContainerType() Method

public String getContainerType()
The type of the container.

This will be "Campaign" for campaigns.


getName() Method

public String getName()
The name of the container instance.


getUniqueId() Method

public String getUniqueId()
The unqiue identifer of the container.


isActive() Method

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