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

Packages that use FFloatingLicense
com.friendshipsystems.fsshresourcemanager.config   
 

Uses of FFloatingLicense in com.friendshipsystems.fsshresourcemanager.config
 

Methods in com.friendshipsystems.fsshresourcemanager.config that return FFloatingLicense
 FFloatingLicense FApplication.getFloat()
           
static FFloatingLicense FFloatingLicense.getFloatingLicense(int id)
           
 

Methods in com.friendshipsystems.fsshresourcemanager.config that return types with arguments of type FFloatingLicense
static java.util.List<FFloatingLicense> FFloatingLicense.getFloatingLicenses()
           
 

Methods in com.friendshipsystems.fsshresourcemanager.config with parameters of type FFloatingLicense
 void FApplication.setFloat(FFloatingLicense fLic)