|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.ADPClassLoaderConfig
public class ADPClassLoaderConfig
Java class for ADPClassLoaderConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ADPClassLoaderConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="javaTaskDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="thirdPartyDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="scheduleTaskDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="integrationsDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="adapterDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="eventHandlerDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="icfIntgDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="properties" type="{http://www.oracle.com/schema/oracle/iam/platform/config}Properties"/>
</sequence>
<attribute name="reloadingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="reloadInterval" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="loadingStyle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="adapterReloadingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ADPClassLoaderConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAdapterDirectory()Gets the value of the adapterDirectory property. |
java.lang.String |
getEventHandlerDirectory()Gets the value of the eventHandlerDirectory property. |
java.lang.String |
getIcfIntgDirectory()Gets the value of the icfIntgDirectory property. |
java.lang.String |
getIntegrationsDirectory()Gets the value of the integrationsDirectory property. |
java.lang.String |
getJavaTaskDirectory()Gets the value of the javaTaskDirectory property. |
java.lang.String |
getLoadingStyle()Gets the value of the loadingStyle property. |
Properties |
getProperties()Gets the value of the properties property. |
java.lang.Integer |
getReloadInterval()Gets the value of the reloadInterval property. |
java.lang.String |
getScheduleTaskDirectory()Gets the value of the scheduleTaskDirectory property. |
java.lang.String |
getThirdPartyDirectory()Gets the value of the thirdPartyDirectory property. |
java.lang.Boolean |
isAdapterReloadingEnabled()Gets the value of the adapterReloadingEnabled property. |
java.lang.Boolean |
isReloadingEnabled()Gets the value of the reloadingEnabled property. |
void |
setAdapterDirectory(java.lang.String value)Sets the value of the adapterDirectory property. |
void |
setAdapterReloadingEnabled(java.lang.Boolean value)Sets the value of the adapterReloadingEnabled property. |
void |
setEventHandlerDirectory(java.lang.String value)Sets the value of the eventHandlerDirectory property. |
void |
setIcfIntgDirectory(java.lang.String value)Sets the value of the icfIntgDirectory property. |
void |
setIntegrationsDirectory(java.lang.String value)Sets the value of the integrationsDirectory property. |
void |
setJavaTaskDirectory(java.lang.String value)Sets the value of the javaTaskDirectory property. |
void |
setLoadingStyle(java.lang.String value)Sets the value of the loadingStyle property. |
void |
setProperties(Properties value)Sets the value of the properties property. |
void |
setReloadingEnabled(java.lang.Boolean value)Sets the value of the reloadingEnabled property. |
void |
setReloadInterval(java.lang.Integer value)Sets the value of the reloadInterval property. |
void |
setScheduleTaskDirectory(java.lang.String value)Sets the value of the scheduleTaskDirectory property. |
void |
setThirdPartyDirectory(java.lang.String value)Sets the value of the thirdPartyDirectory property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ADPClassLoaderConfig()
| Method Detail |
|---|
public java.lang.String getJavaTaskDirectory()
Stringpublic void setJavaTaskDirectory(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getThirdPartyDirectory()
Stringpublic void setThirdPartyDirectory(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getScheduleTaskDirectory()
Stringpublic void setScheduleTaskDirectory(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getIntegrationsDirectory()
Stringpublic void setIntegrationsDirectory(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getAdapterDirectory()
Stringpublic void setAdapterDirectory(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getEventHandlerDirectory()
Stringpublic void setEventHandlerDirectory(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getIcfIntgDirectory()
Stringpublic void setIcfIntgDirectory(java.lang.String value)
value - allowed object is Stringpublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is Propertiespublic java.lang.Boolean isReloadingEnabled()
Booleanpublic void setReloadingEnabled(java.lang.Boolean value)
value - allowed object is Booleanpublic java.lang.Integer getReloadInterval()
Integerpublic void setReloadInterval(java.lang.Integer value)
value - allowed object is Integerpublic java.lang.String getLoadingStyle()
Stringpublic void setLoadingStyle(java.lang.String value)
value - allowed object is Stringpublic java.lang.Boolean isAdapterReloadingEnabled()
Booleanpublic void setAdapterReloadingEnabled(java.lang.Boolean value)
value - allowed object is Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||