public static class ConfigurationEngineDefaults.AlternativeContext
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AlternativeContext() |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
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.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