Uses of Interface
com.ibm.di.api.local.ServerInfo
-
Packages that use ServerInfo Package Description 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 ServerInfo in com.ibm.di.api.jmx.mbeans
Constructors in com.ibm.di.api.jmx.mbeans with parameters of type ServerInfo Constructor Description ServerInfo(ServerInfo aServerInfo)
Class constructor. -
Uses of ServerInfo in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return ServerInfo Modifier and Type Method Description ServerInfo
Session. getServerInfo()
Retrieves the Server information. -
Uses of ServerInfo in com.ibm.di.api.local.impl
Classes in com.ibm.di.api.local.impl that implement ServerInfo Modifier and Type Class Description class
ServerInfoImpl
This class implements various methods for getting server information.Methods in com.ibm.di.api.local.impl that return ServerInfo Modifier and Type Method Description ServerInfo
SessionImpl. getServerInfo()
Retrieves the Server information. -
Uses of ServerInfo in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl with parameters of type ServerInfo Modifier and Type Method Description static ServerInfoImpl
ServerInfoImpl. createInstance(ServerInfo aLocalServerInfo, SessionImpl aSession)
Creates new instance of this class.
-