|
||||||||||
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 |
getProvider(String providerURI)
Returns an EPServiceProvider for a given provider URI. |
static EPServiceProvider |
getProvider(String providerURI,
Configuration configuration)
Returns an EPServiceProvider for a given provider URI. |
static 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(String providerURI)
providerURI
- - the provider URI
public static EPServiceProvider getProvider(String providerURI, Configuration configuration) throws ConfigurationException
providerURI
- - the provider URIconfiguration
- is the configuration for the service
ConfigurationException
- to indicate a configuration problempublic static String[] getProviderURIs()
Returns a null-value for the default provider, or if no URI has been supplied when obtaining a service instance.
Returns URIs for all engine instances including destroyed instances.
|
© 2007 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 |