Package | Description |
---|---|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CoreApplication.algorithmInfo(java.io.PrintStream out,
java.lang.String... args)
Show some information about the current algorithm.
|
boolean |
CoreApplication.algorithmInfoAll(java.io.PrintStream out,
java.lang.String... args)
Show some information about all algorithms.
|
boolean |
CoreApplication.algorithmRestore(java.io.PrintStream out,
java.lang.String... args)
Restores a previously serialized algorithm from file.
|
boolean |
DistributedApplication.algorithmRestore(java.io.PrintStream out,
java.lang.String... args)
Restores a previously serialized algorithm from file.
|
boolean |
CoreApplication.algorithmSelect(java.io.PrintStream out,
java.lang.String... args)
Select algorithm to manage.
|
boolean |
CoreApplication.algorithmSelectByName(java.io.PrintStream out,
java.lang.String... args)
Select algorithm to manage using the name of a named instance with this algorithm.
|
boolean |
HttpApplication.algorithmSelectInThread(java.io.PrintStream out,
java.lang.String... args)
Select algorithm to manage in current thread.
|
boolean |
CoreApplication.algorithmStart(java.io.PrintStream out,
java.lang.String... args)
Creates a new instance of algorithm.
|
boolean |
CoreApplication.algorithmStop(java.io.PrintStream out,
java.lang.String... args)
Stops current algorithm and clear the memory used.
|
boolean |
CoreApplication.algorithmStopAll(java.io.PrintStream out,
java.lang.String... args)
Stops all algorithms and clear the memory used.
|
boolean |
CoreApplication.algorithmStore(java.io.PrintStream out,
java.lang.String... args)
Serialize current algorithm to file.
|
boolean |
CoreApplication.algorithmSupportedOperations(java.io.PrintStream out,
java.lang.String... args)
Show information about supported operations for the current algorithm.
|
boolean |
CoreApplication.algorithmToNamedInstance(java.io.PrintStream out,
java.lang.String... args)
Assign one or more running algorithms to a given named instance.
|
boolean |
CoreApplication.collectGarbage(java.io.PrintStream out,
java.lang.String... args)
Schedules
full garbage collection . |
boolean |
CoreApplication.controlFile(java.io.PrintStream out,
java.lang.String... args)
Executes actions from a control file.
|
boolean |
CoreApplication.currentTime(java.io.PrintStream out,
java.lang.String... args)
Returns current time in milliseconds or the specified date format.
|
boolean |
CoreApplication.decode(java.io.PrintStream out,
java.lang.String... args)
Decodes a value to some other value according to a regular expression.
|
boolean |
CoreApplication.echo(java.io.PrintStream out,
java.lang.String... args)
Prints the parameters to the output.
|
boolean |
CoreApplication.help(java.io.PrintStream out,
java.lang.String... args)
Shows a list of commands with help.
|
boolean |
HttpApplication.httpAddContext(java.io.PrintStream out,
java.lang.String... args)
Adds a context to the HTTP server that is processed by the specified action.
|
boolean |
HttpApplication.httpListContexts(java.io.PrintStream out,
java.lang.String... args)
List current contexts of the HTTP server.
|
boolean |
HttpApplication.httpRemoveContext(java.io.PrintStream out,
java.lang.String... args)
Removes a context from the HTTP server.
|
boolean |
HttpApplication.httpSetContextAuth(java.io.PrintStream out,
java.lang.String... args)
Updates a context auth to use HTTP Basic authentication mechanism.
|
boolean |
CoreApplication.loggingConsoleChangeLevel(java.io.PrintStream out,
java.lang.String... args)
Set the logging level of console.
|
boolean |
CoreApplication.loggingFileAdd(java.io.PrintStream out,
java.lang.String... args)
Adds a file for writing logging messages.
|
boolean |
CoreApplication.loggingFileChangeLevel(java.io.PrintStream out,
java.lang.String... args)
Changes the logging level of an opened logging file.
|
boolean |
CoreApplication.loggingFileRemove(java.io.PrintStream out,
java.lang.String... args)
Removes a logging file.
|
boolean |
CoreApplication.loggingLevel(java.io.PrintStream out,
java.lang.String... args)
Get or set the global level of logging.
|
boolean |
CoreApplication.memoryUsage(java.io.PrintStream out,
java.lang.String... args)
Displays the memory usage of this virtual machine.
|
boolean |
CoreApplication.methodExecute(java.io.PrintStream out,
java.lang.String... args)
Directly execute a method of the running algorithm.
|
boolean |
CoreApplication.methodExecuteOnAlgorithm(java.io.PrintStream out,
java.lang.String... args)
Directly execute a method of specified running algorithm.
|
boolean |
CoreApplication.namedInstanceAdd(java.io.PrintStream out,
java.lang.String... args)
Creates a new named instance.
|
boolean |
CoreApplication.namedInstanceConstructor(java.io.PrintStream out,
java.lang.String... args)
Creates a new named instance or replaces an old one via constructor call.
|
boolean |
CoreApplication.namedInstanceEcho(java.io.PrintStream out,
java.lang.String... args)
Prints the value of a named instance.
|
boolean |
CoreApplication.namedInstanceList(java.io.PrintStream out,
java.lang.String... args)
Prints the list of all named instances.
|
boolean |
CoreApplication.namedInstanceRemove(java.io.PrintStream out,
java.lang.String... args)
Removes a named instances.
|
boolean |
CoreApplication.namedInstanceReplace(java.io.PrintStream out,
java.lang.String... args)
Creates a new named instance or replaces an old one.
|
boolean |
CoreApplication.namedInstanceRestore(java.io.PrintStream out,
java.lang.String... args)
Creates a new named instance from an object serialized in a file.
|
boolean |
CoreApplication.namedInstanceStore(java.io.PrintStream out,
java.lang.String... args)
Serializes the value of a named instance into a file.
|
boolean |
CoreApplication.namedInstanceThread(java.io.PrintStream out,
java.lang.String... args)
Creates a named instance for the current running thread.
|
boolean |
CoreApplication.objectStreamClose(java.io.PrintStream out,
java.lang.String... args)
Closes a named object stream.
|
boolean |
CoreApplication.objectStreamConvert(java.io.PrintStream out,
java.lang.String... args)
Applies an additional conversion on the objects returned by an object stream.
|
boolean |
CoreApplication.objectStreamOpen(java.io.PrintStream out,
java.lang.String... args)
Open a named stream which allows to read
objects from a file. |
boolean |
CoreApplication.objectStreamReset(java.io.PrintStream out,
java.lang.String... args)
Resets a named object stream.
|
boolean |
CoreApplication.objectStreamSetParameter(java.io.PrintStream out,
java.lang.String... args)
Sets a value of additional constructor parameter of an opened object stream.
|
boolean |
CoreApplication.objectStreamSkip(java.io.PrintStream out,
java.lang.String... args)
Skip objects in a named object stream.
|
boolean |
CoreApplication.operationAnswer(java.io.PrintStream out,
java.lang.String... args)
Show the answer of the last executed query operation.
|
boolean |
CoreApplication.operationAnswerRawObjects(java.io.PrintStream out,
java.lang.String... args)
Write the raw objects (using
LocalAbstractObject.write(java.io.OutputStream) ) from the answer of the last executed query operation. |
boolean |
CoreApplication.operationArgument(java.io.PrintStream out,
java.lang.String... args)
Show argument of the last executed operation.
|
boolean |
CoreApplication.operationBgExecute(java.io.PrintStream out,
java.lang.String... args)
Executes a specified operation on current algorithm in a new thread (i.e., on the background).
|
boolean |
CoreApplication.operationErrorCode(java.io.PrintStream out,
java.lang.String... args)
Show the
ErrorCode returned by the last executed operation. |
boolean |
CoreApplication.operationExecute(java.io.PrintStream out,
java.lang.String... args)
Executes a specified operation on current algorithm.
|
boolean |
CoreApplication.operationExecuteAgain(java.io.PrintStream out,
java.lang.String... args)
Executes the last operation once more.
|
boolean |
CoreApplication.operationChangeAnswerCollection(java.io.PrintStream out,
java.lang.String... args)
Changes the answer collection of the prepared or last executed operation.
|
boolean |
CoreApplication.operationChangeAnswerNamedInstance(java.io.PrintStream out,
java.lang.String... args)
Changes the answer collection of the prepared or last executed operation.
|
boolean |
CoreApplication.operationInfo(java.io.PrintStream out,
java.lang.String... args)
Show information about the last executed operation.
|
boolean |
CoreApplication.operationObjectCount(java.io.PrintStream out,
java.lang.String... args)
Show the number of objects returned by the last executed operation.
|
boolean |
CoreApplication.operationParam(java.io.PrintStream out,
java.lang.String... args)
Show or set a parameter of the last executed operation.
|
boolean |
CoreApplication.operationParamProcessByMethod(java.io.PrintStream out,
java.lang.String... args)
Processes a parameter from the last executed operation by a given method.
|
boolean |
CoreApplication.operationPrepare(java.io.PrintStream out,
java.lang.String... args)
Prepares a new instance of the specified operation without executing it.
|
boolean |
CoreApplication.operationProcessByMethod(java.io.PrintStream out,
java.lang.String... args)
Processes the last executed operation by a given method.
|
boolean |
CoreApplication.operationQueryObjectLocator(java.io.PrintStream out,
java.lang.String... args)
Show the
locatorURI of the query object of the last executed operation. |
boolean |
CoreApplication.operationSubAnswer(java.io.PrintStream out,
java.lang.String... args)
Show the sub-answer of the last executed query operation if possible.
|
boolean |
HttpApplication.postDataTemporaryFileSuffix(java.io.PrintStream out,
java.lang.String... args)
Set the temporary file name suffix for the data sent to the HTTP service.
|
boolean |
CoreApplication.propertiesOpen(java.io.PrintStream out,
java.lang.String... args)
Creates a new named properties.
|
boolean |
CoreApplication.quit(java.io.PrintStream out,
java.lang.String... args)
Exits this application.
|
boolean |
HttpApplication.quit(java.io.PrintStream out,
java.lang.String... args) |
boolean |
Application.rmiInfo(java.io.PrintStream out,
java.lang.String... args)
Shows information about ports of the RMI services of the current algorithm.
|
boolean |
Application.rmiInfoAll(java.io.PrintStream out,
java.lang.String... args)
Shows information about all RMI services for all running algorithms.
|
boolean |
Application.rmiStart(java.io.PrintStream out,
java.lang.String... args)
Creates an RMI service for the current algorithm.
|
boolean |
Application.rmiStop(java.io.PrintStream out,
java.lang.String... args)
Destroys all RMI services for the current algorithm.
|
boolean |
Application.rmiStopAll(java.io.PrintStream out,
java.lang.String... args)
Destroys all RMI services for all running algorithms.
|
boolean |
CoreApplication.statisticsDisable(java.io.PrintStream out,
java.lang.String... args)
Disable (or enable) gathering of statistics.
|
boolean |
CoreApplication.statisticsGlobal(java.io.PrintStream out,
java.lang.String... args)
Print all global statistics.
|
boolean |
CoreApplication.statisticsGlobalGet(java.io.PrintStream out,
java.lang.String... args)
Gets a value from a global statistic.
|
boolean |
CoreApplication.statisticsLastOperation(java.io.PrintStream out,
java.lang.String... args)
Print statistics gathered by the last executed operation.
|
boolean |
CoreApplication.statisticsResetGlobal(java.io.PrintStream out,
java.lang.String... args)
Reset all global statistics.
|
boolean |
CoreApplication.statisticsSetAutoBinding(java.io.PrintStream out,
java.lang.String... args)
Regular expression on global statistics' names that are bound for each executed operation.
|
void |
CoreApplication.stopRepeatEveryThread(java.io.PrintStream out,
java.lang.String... args) |
boolean |
CoreApplication.sum(java.io.PrintStream out,
java.lang.String... args)
Computes a sum of the parameters and prints the result to the output.
|
void |
CoreApplication.waitForRepeatEveryThread(java.io.PrintStream out,
java.lang.String... args) |