|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.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 uri)
Returns an EPServiceProvider for a given registration URI. |
static EPServiceProvider |
getProvider(String uri,
Configuration configuration)
Returns an EPServiceProvider for a given registration URI. |
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 uri)
uri
- - the registration URI
public static EPServiceProvider getProvider(String uri, Configuration configuration) throws ConfigurationException
uri
- - the registration URIconfiguration
- is the configuration for the service
ConfigurationException
- to indicate a configuration problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |