com.bea.wlrt.ede
Interface StageManager


public interface StageManager
extends StageConstants

A StageManager can be used to create and retrieve stages.


Field Summary
static String SERVICE_FILTER
           
static String SERVICE_ID
           
 
Fields inherited from class com.bea.wlrt.ede.StageConstants
CLOCK_FILTER, CLOCK_ID, DEFAULT_NUMBER_OF_WORKERS, DEFAULT_PROCESSOR, DEFAULT_STREAM, STAGE_ADVERTISE, STAGE_APPLICATION_ID, STAGE_ID, STAGE_PROVIDER
 
Method Summary
 Stage createStage(Class serviceClass, String id, String provider)
           
 Stage createStage(Class serviceClass, String id, String applicationId, String provider, boolean advertise)
           
 void removeStage(Stage stage)
           
 

Field Detail

SERVICE_ID

public static final String SERVICE_ID

SERVICE_FILTER

public static final String SERVICE_FILTER
Method Detail

createStage

public Stage createStage(Class serviceClass,
                         String id,
                         String provider)
                  throws IllegalArgumentException


createStage

public Stage createStage(Class serviceClass,
                         String id,
                         String applicationId,
                         String provider,
                         boolean advertise)
                  throws IllegalArgumentException


removeStage

public void removeStage(Stage stage)