com.bea.wlrt.ede.impl
Class AbstractStageFactory

java.lang.Object
  |
  +--com.bea.wlrt.ede.impl.AbstractStageFactory

public abstract class AbstractStageFactory
extends Object

Abstract stage factory that can be extended by adapter implementations. Stages will be created through calls to create()


Constructor Summary
AbstractStageFactory()
           
 
Method Summary
abstract  Stage create()
          Create a new Stage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStageFactory

public AbstractStageFactory()
Method Detail

create

public abstract Stage create()
                      throws IllegalArgumentException
Create a new Stage. This should be implemented by subclassing providers.

Returns:
the new Stage
Throws:
IllegalArgumentException -