com.bea.wlevs.ede.impl
Class AbstractStageFactory
java.lang.Object
|
+--com.bea.wlevs.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()
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 |
AbstractStageFactory
public AbstractStageFactory()
create
public abstract Stage create()
throws IllegalArgumentException
- Create a new Stage. This should be implemented by subclassing providers.
- Returns:
- the new Stage
- Throws:
- IllegalArgumentException -