public static class ConfigurationEngineDefaults.AlternativeContext extends Object implements Serializable
Constructor and Description |
---|
AlternativeContext() |
Modifier and Type | Method and Description |
---|---|
String |
getAdmin()
Class name of admin provider.
|
String |
getEventTypeIdGeneratorFactory()
Returns the class name of the event type id generator.
|
String |
getMemberName()
Returns the member name.
|
String |
getRuntime()
Class name of runtime provider.
|
String |
getStatementMetadataFactory()
Sets the class name of the statement metadata factory.
|
Object |
getUserConfiguration()
Returns the application-provided configurarion object carried as part of the configurations.
|
String |
getVirtualDataWindowViewFactory()
Returns the class name of the virtual data window view factory.
|
void |
setAdmin(String admin)
Set the class name of the admin provider.
|
void |
setEventTypeIdGeneratorFactory(String factory)
Sets the class name of the event type id generator.
|
void |
setMemberName(String memberName)
Sets the member name.
|
void |
setRuntime(String runtime)
Set the class name of the runtime provider.
|
void |
setStatementMetadataFactory(String factory)
Sets the class name of the statement metadata factory.
|
void |
setUserConfiguration(Object userConfiguration)
Sets an application-provided configurarion object carried as part of the configurations.
|
void |
setVirtualDataWindowViewFactory(String factory)
Sets the class name of the virtual data window view factory.
|
public String getRuntime()
public void setRuntime(String runtime)
runtime
- provider classpublic String getAdmin()
public void setAdmin(String admin)
admin
- provider classpublic String getEventTypeIdGeneratorFactory()
public void setEventTypeIdGeneratorFactory(String factory)
factory
- class namepublic void setVirtualDataWindowViewFactory(String factory)
factory
- class namepublic String getVirtualDataWindowViewFactory()
public String getStatementMetadataFactory()
public void setStatementMetadataFactory(String factory)
factory
- class namepublic Object getUserConfiguration()
public void setUserConfiguration(Object userConfiguration)
userConfiguration
- to setpublic String getMemberName()
public void setMemberName(String memberName)
memberName
- member name