Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface StageFactory

All Known Subinterfaces:
AdapterFactory, EventBeanFactory, EventChannelFactory, ProcessorFactory, StreamFactory

public interface StageFactory
extends Factory

Factory interface that is implemented by all Stage creators


Method Summary
 Stage create()
          Create a new Stage using the provided stage identifier and application identifier.

 

Method Detail

create

public Stage create()
             throws java.lang.IllegalArgumentException
Create a new Stage using the provided stage identifier and application identifier.
Specified by:
create in interface Factory
Returns:
the freshly created stage.
Throws:
java.lang.IllegalArgumentException -  

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD