Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
Z
C
checkRunningProjectStatus(Project)
- Method in class cluster5.server.managers.
ProjectManager
Checks status of tasks associated with this project.
ClassFileFinder
- Class in
cluster5.shared.utils
ClassFileFinder()
- Constructor for class cluster5.shared.utils.
ClassFileFinder
classToFilePath(String)
- Static method in class cluster5.shared.utils.
ClassFileFinder
For 'cz.ibisek.MyClass' returns 'cz/ibisek/MyClass.class'.
classToPackagePath(String)
- Static method in class cluster5.shared.utils.
ClassFileFinder
For 'cz.ibisek.MyClass' returns 'cz/ibisek/'.
cleanTasksProcessedBy(Long)
- Method in class cluster5.server.datastorage.dao.
TaskDao
Resets all tasks processed by the specified terminal to NEW with null allocation tag.
cleanTasksProcessedBy(Long)
- Method in class cluster5.server.managers.
TaskManager
Resets all tasks processed by the specified terminal to NEW with null allocation tag.
clearToken(String)
- Method in class cluster5.server.datastorage.dao.
UserDao
Clears a token on a user specified with this token.
close()
- Method in class cluster5.server.datastorage.
NamedParameterStatement
Closes the statement.
cluster5.server
- package cluster5.server
cluster5.server.datastorage
- package cluster5.server.datastorage
cluster5.server.datastorage.dao
- package cluster5.server.datastorage.dao
cluster5.server.datastorage.domain
- package cluster5.server.datastorage.domain
cluster5.server.managers
- package cluster5.server.managers
cluster5.server.rmi
- package cluster5.server.rmi
cluster5.shared
- package cluster5.shared
cluster5.shared.rmi
- package cluster5.shared.rmi
cluster5.shared.utils
- package cluster5.shared.utils
cluster5.terminal
- package cluster5.terminal
cluster5.terminal.structures
- package cluster5.terminal.structures
cluster5.terminal.utils
- package cluster5.terminal.utils
ClusterInterface
- Interface in
cluster5.client
This is the interface for common user to access the cluster services.
ClusterInterfaceImpl
- Class in
cluster5.client
ClusterTask
- Interface in
cluster5.shared
This class represents a runnable class in the cluster.
Configuration
- Class in
cluster5.shared
Configuration()
- Constructor for class cluster5.shared.
Configuration
connectionFailed()
- Method in class cluster5.shared.rmi.
ConnectionWatchDog
By calling this method the caller informs the watchdog about connection problem.
ConnectionSource
- Class in
cluster5.server.datastorage
ConnectionWatchDog
- Class in
cluster5.shared.rmi
ConnectionWatchDog()
- Constructor for class cluster5.shared.rmi.
ConnectionWatchDog
connectToRMIService(String, int, String)
- Method in class cluster5.shared.rmi.
RMIUtils
Returns instance of the remote object or null if connection failed.
copy(InputStream, OutputStream)
- Static method in class cluster5.shared.utils.
FileUtils
Copies data from input stream into output stream and after all data is copied it closes the output stream.
createRMIServer(String, int, String, Remote)
- Method in class cluster5.shared.rmi.
RMIUtils
Creates a RMI service by given parameters.
createServerSocket(int)
- Method in class cluster5.shared.rmi.
FixedPortRMISocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port) and writes out some debugging info.
createSocket(String, int)
- Method in class cluster5.shared.rmi.
FixedPortRMISocketFactory
Creates a client socket connected to the specified host and port.
createTask(Object)
- Method in interface cluster5.client.
ClusterInterface
Creates new task to be evaluated on a remote machine by the project's main class.
createTask(Object)
- Method in class cluster5.client.
ClusterInterfaceImpl
createTask(String, Long, byte[])
- Method in class cluster5.server.managers.
TaskManager
Creates new task and inserts it into database.
createTask(String, Long, byte[])
- Method in interface cluster5.server.
ServerInterface4User
Creates a new task for specified user (by token) and project ID with an argument object which has to be serializable (!).
createTask(String, Long, byte[])
- Method in class cluster5.server.
ServerInterface4UserImpl
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
Z