com.espertech.esper.client
Class ConfigurationEngineDefaults.AlternativeContext

java.lang.Object
  extended by com.espertech.esper.client.ConfigurationEngineDefaults.AlternativeContext
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConfigurationEngineDefaults

public static class ConfigurationEngineDefaults.AlternativeContext
extends java.lang.Object
implements java.io.Serializable

Returns the provider for runtime and administrative interfaces.

See Also:
Serialized Form

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

ConfigurationEngineDefaults.AlternativeContext

public ConfigurationEngineDefaults.AlternativeContext()
Method Detail

getRuntime

public java.lang.String getRuntime()
Class name of runtime provider.

Returns:
provider class

setRuntime

public void setRuntime(java.lang.String runtime)
Set the class name of the runtime provider.

Parameters:
runtime - provider class

getAdmin

public java.lang.String getAdmin()
Class name of admin provider.

Returns:
provider class

setAdmin

public void setAdmin(java.lang.String admin)
Set the class name of the admin provider.

Parameters:
admin - provider class

getEventTypeIdGeneratorFactory

public java.lang.String getEventTypeIdGeneratorFactory()
Returns the class name of the event type id generator.

Returns:
class name

setEventTypeIdGeneratorFactory

public void setEventTypeIdGeneratorFactory(java.lang.String factory)
Sets the class name of the event type id generator.

Parameters:
factory - class name

setVirtualDataWindowViewFactory

public void setVirtualDataWindowViewFactory(java.lang.String factory)
Sets the class name of the virtual data window view factory.

Parameters:
factory - class name

getVirtualDataWindowViewFactory

public java.lang.String getVirtualDataWindowViewFactory()
Returns the class name of the virtual data window view factory.

Returns:
factory class name

getStatementMetadataFactory

public java.lang.String getStatementMetadataFactory()
Sets the class name of the statement metadata factory.

Returns:
factory class name

setStatementMetadataFactory

public void setStatementMetadataFactory(java.lang.String factory)
Sets the class name of the statement metadata factory.

Parameters:
factory - class name

getStatementIdGeneratorFactory

public java.lang.String getStatementIdGeneratorFactory()
Returns the class name of the class for statement id generation, or null if using default.

Returns:
class

setStatementIdGeneratorFactory

public void setStatementIdGeneratorFactory(java.lang.String statementIdGeneratorFactory)
Sets the class name of the class for statement id generation, or null if using default.

Parameters:
statementIdGeneratorFactory - class

getUserConfiguration

public java.lang.Object getUserConfiguration()
Returns the application-provided configurarion object carried as part of the configurations.

Returns:
config user object

setUserConfiguration

public void setUserConfiguration(java.lang.Object userConfiguration)
Sets an application-provided configurarion object carried as part of the configurations.

Parameters:
userConfiguration - to set

getMemberName

public java.lang.String getMemberName()
Returns the member name.

Returns:
member name

setMemberName

public void setMemberName(java.lang.String memberName)
Sets the member name.

Parameters:
memberName - member name

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com