© 2002 BEA Systems, Inc.


com.bea.campaign
Interface ScenarioContainer

All Known Subinterfaces:
Campaign

public interface ScenarioContainer
extends java.io.Serializable, java.lang.Comparable

A container for an execution of a scenario.

See Also:
Campaign

Method Summary
 java.lang.String getContainerType()
          The type of the container.
 java.lang.String getName()
          The name of the container instance.
 java.lang.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 java.lang.String getUniqueId()
The unqiue identifer of the container.


getName

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


getContainerType

public java.lang.String getContainerType()
The type of the container.

This will be "Campaign" for campaigns.


isActive

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


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved