Skip navigation links


oracle.iam.config.jaxb
Class ADPClassLoaderConfig

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


public class ADPClassLoaderConfig
extends java.lang.Object

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

ADPClassLoaderConfig

public ADPClassLoaderConfig()

Method Detail

getJavaTaskDirectory

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

setJavaTaskDirectory

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

getThirdPartyDirectory

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

setThirdPartyDirectory

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

getScheduleTaskDirectory

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

setScheduleTaskDirectory

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

getIntegrationsDirectory

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

setIntegrationsDirectory

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

getAdapterDirectory

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

setAdapterDirectory

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

getEventHandlerDirectory

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

setEventHandlerDirectory

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

getIcfIntgDirectory

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

setIcfIntgDirectory

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

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

isReloadingEnabled

public java.lang.Boolean isReloadingEnabled()
Gets the value of the reloadingEnabled property.
Returns:
possible object is Boolean

setReloadingEnabled

public void setReloadingEnabled(java.lang.Boolean value)
Sets the value of the reloadingEnabled property.
Parameters:
value - allowed object is Boolean

getReloadInterval

public java.lang.Integer getReloadInterval()
Gets the value of the reloadInterval property.
Returns:
possible object is Integer

setReloadInterval

public void setReloadInterval(java.lang.Integer value)
Sets the value of the reloadInterval property.
Parameters:
value - allowed object is Integer

getLoadingStyle

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

setLoadingStyle

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

isAdapterReloadingEnabled

public java.lang.Boolean isAdapterReloadingEnabled()
Gets the value of the adapterReloadingEnabled property.
Returns:
possible object is Boolean

setAdapterReloadingEnabled

public void setAdapterReloadingEnabled(java.lang.Boolean value)
Sets the value of the adapterReloadingEnabled property.
Parameters:
value - allowed object is Boolean

Skip navigation links


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