A B C D E F G H I L N P R S T U V W

F

FApplication - Class in com.friendshipsystems.fsshresourcemanager.config
Class that represents the configured applications
FApplication() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FApplication
 
FApplication(String, int, int, String, Boolean) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FApplication
 
FApplicationInfo - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents the relationship between an application and a host.
FApplicationInfo() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FApplicationInfo
 
FCancelerCode - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents Java code that implements a custom FIJobCanceler and is stored inside the database.
FCancelerCode() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FCancelerCode
 
FCancelerCode(String, String) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FCancelerCode
 
FFloatingLicense - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents configured floating licenses.
FFloatingLicense() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FFloatingLicense
 
FFloatingLicense(String, int) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FFloatingLicense
 
FGeneralSetting - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents general settings that are stored inside the database.
FGeneralSetting() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FGeneralSetting
 
FGeneralSetting(String, String) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FGeneralSetting
 
FHibernateUtil - Class in com.friendshipsystems.fsshresourcemanager
The FHibernateUtil encapsulates the database access provided by Hibernate.
FHibernateUtil() - Constructor for class com.friendshipsystems.fsshresourcemanager.FHibernateUtil
 
FHost - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents the configured hosts.
FHost() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FHost
 
FHost(String, int, int, int, FOperatingSystem, String, String, Boolean, Boolean) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FHost
 
FHostManager - Class in com.friendshipsystems.fsshresourcemanager
The FHostManager takes care of the automatic host management.
FHTMLLogLayout - Class in com.friendshipsystems.fsshresourcemanager
Class for formatting of HTML logfiles
FHTMLLogLayout() - Constructor for class com.friendshipsystems.fsshresourcemanager.FHTMLLogLayout
 
FIJobCanceler - Interface in com.friendshipsystems.fsshresourcemanager
The FIJobCanceler interface provides methods that create commands that need to be executed on remote host in order to find process ids of remote processes based on their executable and the executing user as well as commands that need to be executed to kill processes on remote computers.
FInitalizeException - Exception in com.friendshipsystems.fsshresourcemanager
This type of exception is thrown when an error occurs during the initialization phase of the SshResourceManager
FInitalizeException(String) - Constructor for exception com.friendshipsystems.fsshresourcemanager.FInitalizeException
 
FIResourceManager - Interface in com.friendshipsystems.fsshresourcemanager
The xml-rpc interface provided by the FSshResourceManager
FIResourceManagerTest - Interface in com.friendshipsystems.fsshresourcemanager
Only for testing purposes
FIScheduler - Interface in com.friendshipsystems.fsshresourcemanager
This is the interface that needs to be implemented by classes that are used by the SSH Resource Manager to select a job to run, i.e. the scheduler.
FJob - Class in com.friendshipsystems.fsshresourcemanager
This class represents an external process that should be started on a remote machine using ssh.
FJobCancelerLinux - Class in com.friendshipsystems.fsshresourcemanager
The concrete FJobCanceler implementation to cancel processes on a Linux host.
FJobCancelerLinux() - Constructor for class com.friendshipsystems.fsshresourcemanager.FJobCancelerLinux
 
FJobCancelerWin - Class in com.friendshipsystems.fsshresourcemanager
The concrete FJobCanceler implementation to cancel processes on a Windows host.
FJobCancelerWin() - Constructor for class com.friendshipsystems.fsshresourcemanager.FJobCancelerWin
 
FKeyPair - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents a RSA key pair stored in the database.
FKeyPair(byte[], byte[]) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FKeyPair
 
FKeyPair() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FKeyPair
 
FLogger - Class in com.friendshipsystems.fsshresourcemanager
Logging class used by the FSshResourceManager.
FLogger() - Constructor for class com.friendshipsystems.fsshresourcemanager.FLogger
 
FMailer - Class in com.friendshipsystems.fsshresourcemanager
The FMailer provides the mailing functionality of the SshResourceManager
FOperatingSystem - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents the configured operating systems.
FOperatingSystem() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FOperatingSystem
 
FOperatingSystem(String, int, String, String) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FOperatingSystem
 
FOperatingSystem(String, int, String, String, String) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FOperatingSystem
 
format(LoggingEvent) - Method in class com.friendshipsystems.fsshresourcemanager.FHTMLLogLayout
 
format(LoggingEvent) - Method in class com.friendshipsystems.fsshresourcemanager.FPatternLayout
 
FPatternLayout - Class in com.friendshipsystems.fsshresourcemanager
Class for formatting of console output
FPatternLayout() - Constructor for class com.friendshipsystems.fsshresourcemanager.FPatternLayout
 
freeHardLics(int) - Method in class com.friendshipsystems.fsshresourcemanager.config.FApplicationInfo
Free hard lics
freeLic() - Method in class com.friendshipsystems.fsshresourcemanager.config.FFloatingLicense
 
freeLics(int) - Method in class com.friendshipsystems.fsshresourcemanager.config.FFloatingLicense
 
freeProcessor() - Method in class com.friendshipsystems.fsshresourcemanager.config.FHost
 
freeProcessors(int) - Method in class com.friendshipsystems.fsshresourcemanager.config.FHost
 
fromInt(int) - Static method in enum com.friendshipsystems.fsshresourcemanager.config.FUserRole
 
FScheduler - Class in com.friendshipsystems.fsshresourcemanager
The default implementation of the FIScheduler Interface.
FScheduler() - Constructor for class com.friendshipsystems.fsshresourcemanager.FScheduler
 
FSshConnectionError - Enum in com.friendshipsystems.fsshresourcemanager
This enum describes the possible types of errors that may occur when connecting to a host.
FSshResourceManager - Class in com.friendshipsystems.fsshresourcemanager
The xml-rpc handler class that implements the FIResourceManager interface.
FSshResourceManager() - Constructor for class com.friendshipsystems.fsshresourcemanager.FSshResourceManager
 
FSshResourceManagerState - Class in com.friendshipsystems.fsshresourcemanager
This class represents the internal state of the FSshResourceManager.
FSshResourceManagerState(boolean) - Constructor for class com.friendshipsystems.fsshresourcemanager.FSshResourceManagerState
 
FUser - Class in com.friendshipsystems.fsshresourcemanager.config
This class represents the configured users.
FUser() - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FUser
 
FUser(String, String, int, String) - Constructor for class com.friendshipsystems.fsshresourcemanager.config.FUser
 
FUserRole - Enum in com.friendshipsystems.fsshresourcemanager.config
This enum holds the possible values for user roles.

A B C D E F G H I L N P R S T U V W