|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.AlternativeContext
public static class ConfigurationEngineDefaults.AlternativeContext
Returns the provider for runtime and administrative interfaces.
Constructor Summary | |
---|---|
ConfigurationEngineDefaults.AlternativeContext()
|
Method Summary | |
---|---|
java.lang.String |
getAdmin()
Class name of admin provider. |
java.lang.String |
getEventTypeIdGeneratorFactory()
Returns the class name of the event type id generator. |
java.lang.String |
getMemberName()
Returns the member name. |
java.lang.String |
getRuntime()
Class name of runtime provider. |
java.lang.String |
getStatementIdGeneratorFactory()
Returns the class name of the class for statement id generation, or null if using default. |
java.lang.String |
getStatementMetadataFactory()
Sets the class name of the statement metadata factory. |
java.lang.Object |
getUserConfiguration()
Returns the application-provided configurarion object carried as part of the configurations. |
java.lang.String |
getVirtualDataWindowViewFactory()
Returns the class name of the virtual data window view factory. |
void |
setAdmin(java.lang.String admin)
Set the class name of the admin provider. |
void |
setEventTypeIdGeneratorFactory(java.lang.String factory)
Sets the class name of the event type id generator. |
void |
setMemberName(java.lang.String memberName)
Sets the member name. |
void |
setRuntime(java.lang.String runtime)
Set the class name of the runtime provider. |
void |
setStatementIdGeneratorFactory(java.lang.String statementIdGeneratorFactory)
Sets the class name of the class for statement id generation, or null if using default. |
void |
setStatementMetadataFactory(java.lang.String factory)
Sets the class name of the statement metadata factory. |
void |
setUserConfiguration(java.lang.Object userConfiguration)
Sets an application-provided configurarion object carried as part of the configurations. |
void |
setVirtualDataWindowViewFactory(java.lang.String factory)
Sets the class name of the virtual data window view factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEngineDefaults.AlternativeContext()
Method Detail |
---|
public java.lang.String getRuntime()
public void setRuntime(java.lang.String runtime)
runtime
- provider classpublic java.lang.String getAdmin()
public void setAdmin(java.lang.String admin)
admin
- provider classpublic java.lang.String getEventTypeIdGeneratorFactory()
public void setEventTypeIdGeneratorFactory(java.lang.String factory)
factory
- class namepublic void setVirtualDataWindowViewFactory(java.lang.String factory)
factory
- class namepublic java.lang.String getVirtualDataWindowViewFactory()
public java.lang.String getStatementMetadataFactory()
public void setStatementMetadataFactory(java.lang.String factory)
factory
- class namepublic java.lang.String getStatementIdGeneratorFactory()
public void setStatementIdGeneratorFactory(java.lang.String statementIdGeneratorFactory)
statementIdGeneratorFactory
- classpublic java.lang.Object getUserConfiguration()
public void setUserConfiguration(java.lang.Object userConfiguration)
userConfiguration
- to setpublic java.lang.String getMemberName()
public void setMemberName(java.lang.String memberName)
memberName
- member name
|
© 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 |