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

Packages that use ServerInfo
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote.impl   
 

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

Constructors in com.ibm.di.api.jmx.mbeans with parameters of type ServerInfo
ServerInfo(ServerInfo aServerInfo)
           
 

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

Methods in com.ibm.di.api.local that return ServerInfo
 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
 class ServerInfoImpl
           
 

Methods in com.ibm.di.api.local.impl that return ServerInfo
 ServerInfo SessionImpl.getServerInfo()
           
 

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

Methods in com.ibm.di.api.remote.impl with parameters of type ServerInfo
static ServerInfoImpl ServerInfoImpl.createInstance(ServerInfo aLocalServerInfo, SessionImpl aSession)