|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.EPServiceProviderManager
public final class EPServiceProviderManager
Factory for instances of EPServiceProvider
.
Constructor Summary | |
---|---|
EPServiceProviderManager()
|
Method Summary | |
---|---|
static EPServiceProvider |
getDefaultProvider()
Returns the default EPServiceProvider. |
static EPServiceProvider |
getDefaultProvider(Configuration configuration)
Returns the default EPServiceProvider. |
static EPServiceProvider |
getExistingProvider(java.lang.String providerURI)
Returns an existing provider. |
static EPServiceProvider |
getProvider(java.lang.String providerURI)
Returns an EPServiceProvider for a given provider URI. |
static EPServiceProvider |
getProvider(java.lang.String providerURI,
Configuration configuration)
Returns an EPServiceProvider for a given provider URI. |
static java.lang.String[] |
getProviderURIs()
Returns a list of known provider URIs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPServiceProviderManager()
Method Detail |
---|
public static EPServiceProvider getDefaultProvider()
public static EPServiceProvider getDefaultProvider(Configuration configuration) throws ConfigurationException
configuration
- is the configuration for the service
ConfigurationException
- to indicate a configuration problempublic static EPServiceProvider getProvider(java.lang.String providerURI)
Use the URI of "default" or null to return the default service provider.
providerURI
- - the provider URI
public static EPServiceProvider getProvider(java.lang.String providerURI, Configuration configuration) throws ConfigurationException
providerURI
- - the provider URI. If null provided it assumes "default".configuration
- is the configuration for the service
ConfigurationException
- to indicate a configuration problempublic static EPServiceProvider getExistingProvider(java.lang.String providerURI)
providerURI
- - the provider URI. If null provided it assumes "default".
public static java.lang.String[] getProviderURIs()
Returns a the value "default" for the default provider.
Returns URIs for all engine instances including destroyed instances.
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |