Uses of Class
com.friendshipsystems.fsshresourcemanager.config.FApplicationInfo

Packages that use FApplicationInfo
com.friendshipsystems.fsshresourcemanager   
com.friendshipsystems.fsshresourcemanager.config   
 

Uses of FApplicationInfo in com.friendshipsystems.fsshresourcemanager
 

Methods in com.friendshipsystems.fsshresourcemanager that return FApplicationInfo
 FApplicationInfo FJob.getAppInfo()
           
 

Uses of FApplicationInfo in com.friendshipsystems.fsshresourcemanager.config
 

Methods in com.friendshipsystems.fsshresourcemanager.config that return FApplicationInfo
static FApplicationInfo FApplicationInfo.getApplicationInfo(FHost host, FApplication app)
           
 

Methods in com.friendshipsystems.fsshresourcemanager.config that return types with arguments of type FApplicationInfo
static java.util.List<FApplicationInfo> FApplicationInfo.getHostToApplicationMappings()
           
static java.util.List<FApplicationInfo> FApplicationInfo.getHostToApplicationMappingsByApp(FApplication app)
           
static java.util.List<FApplicationInfo> FApplicationInfo.getHostToApplicationMappingsByHost(FHost host)