© 2003 BEA Systems, Inc.

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

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


getName

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


getContainerType

public String getContainerType()
The type of the container.

This will be "Campaign" for campaigns.


isActive

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


© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved