Uses of Interface
com.ibm.di.api.remote.TDIProperties
-
Packages that use TDIProperties Package Description com.ibm.di.api.remote Provides interfaces for managing the remote 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.remote
Methods in com.ibm.di.api.remote that return TDIProperties Modifier and Type Method Description TDIProperties
ConfigInstance. getTDIProperties()
Returns the TDIProperties object associated with the current configuration. -
Uses of TDIProperties in com.ibm.di.api.remote.impl
Classes in com.ibm.di.api.remote.impl that implement TDIProperties Modifier and Type Class Description class
TDIPropertiesImpl
Wrapper API to expose the functionality available from com.ibm.di.config.interfaces.TDIProperties.Methods in com.ibm.di.api.remote.impl that return TDIProperties Modifier and Type Method Description TDIProperties
ConfigInstanceImpl. getTDIProperties()
Returns the TDIProperties object associated with the current configuration.
-