© 2005 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

getContainerType

public String getContainerType()
The type of the container.

This will be "Campaign" for campaigns.


getName

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


getUniqueId

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


isActive

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


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved