|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory interface that is implemented by all Stage
creators
Method Summary | |
Stage |
create(Properties properties)
Create a new Stage using the provided properties which are expected to
contain a stage identifier (keyed on StageManager.STAGE_ID ) and an
application identifier (keyed on StageManager.STAGE_APPLICATION_ID ). |
Stage |
create(String id,
String applicationId)
Create a new Stage using the provided stage identifier and
application identifier. |
Method Detail |
public Stage create(String id, String applicationId) throws IllegalArgumentException
Stage
using the provided stage identifier and
application identifier.
id
- - the application unique idapplicationId
- - the globally unique application idpublic Stage create(Properties properties) throws IllegalArgumentException
Stage
using the provided properties which are expected to
contain a stage identifier (keyed on StageManager.STAGE_ID
) and an
application identifier (keyed on StageManager.STAGE_APPLICATION_ID
).
properties
- to use during creation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |