Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1.6.3)

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


com.bea.wlevs.eventstore
Interface EventStoreProvider


public interface EventStoreProvider

An underlying repository that provides event store services to clients.


Field Summary
static java.lang.String DEFAULT_PROVIDER_NAME
           

 

Method Summary
 EventStore createStore(java.lang.String name, EventStoreProperties props)
          Creates a new event store within this provider, having the specified name and offering the specified properties.
 EventStore findOrCreateStore(java.lang.String name, EventStoreProperties props)
          Returns the event store having the specified name within this provider, or creates a new event store within this provider having the specified name and offering the specified properties if no event store already exists by that name within this provider.
 EventStore findStore(java.lang.String name)
          Returns the event store having the specified name, or null if none exists within this provider.
 java.lang.String getName()
          Returns the name of this provider.

 

Field Detail

DEFAULT_PROVIDER_NAME

public static final java.lang.String DEFAULT_PROVIDER_NAME

Method Detail

getName

public java.lang.String getName()
Returns the name of this provider.

createStore

public EventStore createStore(java.lang.String name,
                              EventStoreProperties props)
                       throws EventStoreException
Creates a new event store within this provider, having the specified name and offering the specified properties.

findStore

public EventStore findStore(java.lang.String name)
                     throws EventStoreException
Returns the event store having the specified name, or null if none exists within this provider.

findOrCreateStore

public EventStore findOrCreateStore(java.lang.String name,
                                    EventStoreProperties props)
                             throws EventStoreException
Returns the event store having the specified name within this provider, or creates a new event store within this provider having the specified name and offering the specified properties if no event store already exists by that name within this provider.

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