ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface BatchConfigMBean extends ConfigurationMBean
This class represents the configuration for Batch Runtime.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSchemaName() |
The schema name where the JobRepository tables have been created.
|
void |
setSchemaName(java.lang.String schemaName) |
Sets the schema name where the JobRepository tables haved been created.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentjava.lang.String getSchemaName()
The schema name where the JobRepository tables have been created. Note that if the JobRepository data source is shared by applications, then this schema name must be the same name that the application expects.
void setSchemaName(java.lang.String schemaName)
Sets the schema name where the JobRepository tables haved been created. Note that if the JobRepository data source is shared by applications, then this schema name must be the same name that the application expects.
schemaName - the schema name.