Uses of Interface
com.ibm.di.api.local.TDIProperties

Packages that use TDIProperties
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
 

Uses of TDIProperties in com.ibm.di.api.jmx.mbeans
 

Constructors in com.ibm.di.api.jmx.mbeans with parameters of type TDIProperties
TDIProperties(TDIProperties aLocalTDIProperties, String aId)
          Class constructor.
 

Uses of TDIProperties in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return TDIProperties
 TDIProperties ConfigInstance.getTDIProperties()
          Used to obtain a reference to TDIProperties for managing properties / property stores.
 

Uses of TDIProperties in com.ibm.di.api.local.impl
 

Classes in com.ibm.di.api.local.impl that implement TDIProperties
 class TDIPropertiesImpl
          Wrapper API to expose the functionality available from com.ibm.di.config.interfaces.TDIProperties.
 

Methods in com.ibm.di.api.local.impl that return TDIProperties
 TDIProperties ConfigInstanceImpl.getTDIProperties()
          Used to obtain a reference to TDIProperties for managing properties / property stores.
 

Uses of TDIProperties in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type TDIProperties
static TDIPropertiesImpl TDIPropertiesImpl.createInstance(TDIProperties localTDIP, SessionImpl aSession)
          Creates TDIPropertiesImpl instance.