|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.SchedulerConfig
public class SchedulerConfig
Java class for SchedulerConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchedulerConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pluggableParams" type="{http://www.oracle.com/schema/oracle/iam/platform/config}PluggableParams"/>
<element name="properties" type="{http://www.oracle.com/schema/oracle/iam/platform/config}Properties"/>
</sequence>
<attribute name="implementationClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="threadPoolSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="DSJndiURL" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="jdbc/operationsDB" />
<attribute name="nonTxnDSJndiURL" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="jdbc/oimJMSStoreDS" />
<attribute name="clustered" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="instanceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="startOnDeploy" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="quartzTablePrefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="databaseDelegate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataBasePoolSize" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="multicastAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schedulerUser" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static java.lang.String |
DS_JNDI_URL |
static java.lang.String |
NON_TXN_DS_JNDI_URL |
| Constructor Summary | |
|---|---|
SchedulerConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getDatabaseDelegate()Gets the value of the databaseDelegate property. |
java.lang.String |
getDataBasePoolSize()Gets the value of the dataBasePoolSize property. |
java.lang.String |
getImplementationClass()Gets the value of the implementationClass property. |
java.lang.String |
getInstanceID()Gets the value of the instanceID property. |
java.lang.String |
getMulticastAddress()Gets the value of the multicastAddress property. |
PluggableParams |
getPluggableParams()Gets the value of the pluggableParams property. |
Properties |
getProperties()Gets the value of the properties property. |
java.lang.String |
getQuartzTablePrefix()Gets the value of the quartzTablePrefix property. |
java.lang.String |
getSchedulerUser()Gets the value of the schedulerUser property. |
int |
getThreadPoolSize()Gets the value of the threadPoolSize property. |
boolean |
isClustered()Gets the value of the clustered property. |
boolean |
isStartOnDeploy()Gets the value of the startOnDeploy property. |
void |
setClustered(boolean value)Sets the value of the clustered property. |
void |
setDatabaseDelegate(java.lang.String value)Sets the value of the databaseDelegate property. |
void |
setDataBasePoolSize(java.lang.String value)Sets the value of the dataBasePoolSize property. |
void |
setImplementationClass(java.lang.String value)Sets the value of the implementationClass property. |
void |
setInstanceID(java.lang.String value)Sets the value of the instanceID property. |
void |
setMulticastAddress(java.lang.String value)Sets the value of the multicastAddress property. |
void |
setPluggableParams(PluggableParams value)Sets the value of the pluggableParams property. |
void |
setProperties(Properties value)Sets the value of the properties property. |
void |
setQuartzTablePrefix(java.lang.String value)Sets the value of the quartzTablePrefix property. |
void |
setSchedulerUser(java.lang.String value)Sets the value of the schedulerUser property. |
void |
setStartOnDeploy(boolean value)Sets the value of the startOnDeploy property. |
void |
setThreadPoolSize(int value)Sets the value of the threadPoolSize property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DS_JNDI_URL
public static final java.lang.String NON_TXN_DS_JNDI_URL
| Constructor Detail |
|---|
public SchedulerConfig()
| Method Detail |
|---|
public PluggableParams getPluggableParams()
PluggableParamspublic void setPluggableParams(PluggableParams value)
value - allowed object is PluggableParamspublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is Propertiespublic java.lang.String getImplementationClass()
Stringpublic void setImplementationClass(java.lang.String value)
value - allowed object is Stringpublic int getThreadPoolSize()
public void setThreadPoolSize(int value)
public boolean isClustered()
public void setClustered(boolean value)
public java.lang.String getInstanceID()
Stringpublic void setInstanceID(java.lang.String value)
value - allowed object is Stringpublic boolean isStartOnDeploy()
public void setStartOnDeploy(boolean value)
public java.lang.String getQuartzTablePrefix()
Stringpublic void setQuartzTablePrefix(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDatabaseDelegate()
Stringpublic void setDatabaseDelegate(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDataBasePoolSize()
Stringpublic void setDataBasePoolSize(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getMulticastAddress()
Stringpublic void setMulticastAddress(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSchedulerUser()
Stringpublic void setSchedulerUser(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||