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

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

Uses of FHost in com.friendshipsystems.fsshresourcemanager
 

Methods in com.friendshipsystems.fsshresourcemanager with parameters of type FHost
 boolean FHostManager.isHostAutoDeactivated(FHost host)
          Returns whether a host has been automatically deactivated
 

Uses of FHost in com.friendshipsystems.fsshresourcemanager.config
 

Methods in com.friendshipsystems.fsshresourcemanager.config that return FHost
 FHost FApplicationInfo.getHost()
           
static FHost FHost.getHost(int id)
           
static FHost FHost.getHost(java.lang.String name)
           
 FHost FApplication.getHostX()
           
 

Methods in com.friendshipsystems.fsshresourcemanager.config that return types with arguments of type FHost
static java.util.List<FHost> FHost.getHosts()
           
 java.util.Set<FHost> FApplication.getHosts()
           
static java.util.List<FHost> FHost.getHostsByOs(FOperatingSystem os)
           
static java.util.List<FHost> FHost.getPotentialHosts()
           
 

Methods in com.friendshipsystems.fsshresourcemanager.config with parameters of type FHost
 void FApplication.addHost(FHost host)
           
 boolean FHost.cloneAppsFrom(FHost from)
           
static FApplicationInfo FApplicationInfo.getApplicationInfo(FHost host, FApplication app)
           
static java.util.List<FApplicationInfo> FApplicationInfo.getHostToApplicationMappingsByHost(FHost host)
           
 void FApplication.removeHost(FHost host)
           
 void FApplicationInfo.setHost(FHost host)
           
 void FApplication.setHostX(FHost xHost)