Skip navigation links


oracle.iam.config.jaxb
Class SchedulerConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.SchedulerConfig


public class SchedulerConfig
extends java.lang.Object

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

DS_JNDI_URL

public static final java.lang.String DS_JNDI_URL
See Also:
Constant Field Values

NON_TXN_DS_JNDI_URL

public static final java.lang.String NON_TXN_DS_JNDI_URL
See Also:
Constant Field Values

Constructor Detail

SchedulerConfig

public SchedulerConfig()

Method Detail

getPluggableParams

public PluggableParams getPluggableParams()
Gets the value of the pluggableParams property.
Returns:
possible object is PluggableParams

setPluggableParams

public void setPluggableParams(PluggableParams value)
Sets the value of the pluggableParams property.
Parameters:
value - allowed object is PluggableParams

getProperties

public Properties getProperties()
Gets the value of the properties property.
Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.
Parameters:
value - allowed object is Properties

getImplementationClass

public java.lang.String getImplementationClass()
Gets the value of the implementationClass property.
Returns:
possible object is String

setImplementationClass

public void setImplementationClass(java.lang.String value)
Sets the value of the implementationClass property.
Parameters:
value - allowed object is String

getThreadPoolSize

public int getThreadPoolSize()
Gets the value of the threadPoolSize property.

setThreadPoolSize

public void setThreadPoolSize(int value)
Sets the value of the threadPoolSize property.

isClustered

public boolean isClustered()
Gets the value of the clustered property.

setClustered

public void setClustered(boolean value)
Sets the value of the clustered property.

getInstanceID

public java.lang.String getInstanceID()
Gets the value of the instanceID property.
Returns:
possible object is String

setInstanceID

public void setInstanceID(java.lang.String value)
Sets the value of the instanceID property.
Parameters:
value - allowed object is String

isStartOnDeploy

public boolean isStartOnDeploy()
Gets the value of the startOnDeploy property.

setStartOnDeploy

public void setStartOnDeploy(boolean value)
Sets the value of the startOnDeploy property.

getQuartzTablePrefix

public java.lang.String getQuartzTablePrefix()
Gets the value of the quartzTablePrefix property.
Returns:
possible object is String

setQuartzTablePrefix

public void setQuartzTablePrefix(java.lang.String value)
Sets the value of the quartzTablePrefix property.
Parameters:
value - allowed object is String

getDatabaseDelegate

public java.lang.String getDatabaseDelegate()
Gets the value of the databaseDelegate property.
Returns:
possible object is String

setDatabaseDelegate

public void setDatabaseDelegate(java.lang.String value)
Sets the value of the databaseDelegate property.
Parameters:
value - allowed object is String

getDataBasePoolSize

public java.lang.String getDataBasePoolSize()
Gets the value of the dataBasePoolSize property.
Returns:
possible object is String

setDataBasePoolSize

public void setDataBasePoolSize(java.lang.String value)
Sets the value of the dataBasePoolSize property.
Parameters:
value - allowed object is String

getMulticastAddress

public java.lang.String getMulticastAddress()
Gets the value of the multicastAddress property.
Returns:
possible object is String

setMulticastAddress

public void setMulticastAddress(java.lang.String value)
Sets the value of the multicastAddress property.
Parameters:
value - allowed object is String

getSchedulerUser

public java.lang.String getSchedulerUser()
Gets the value of the schedulerUser property.
Returns:
possible object is String

setSchedulerUser

public void setSchedulerUser(java.lang.String value)
Sets the value of the schedulerUser property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.