Skip navigation links
A C D E G I L M O R S T U V W 

A

ActionExecutor - Class in org.nuiton.jaxx.runtime.swing.application
Executor of ActionWorker.
ActionExecutor() - Constructor for class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
actionLabel - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
ActionWorker<R,P> - Class in org.nuiton.jaxx.runtime.swing.application
Action worker to execute a incoming action.
ActionWorker(String) - Constructor for class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
ActionWorker(String, Runnable) - Constructor for class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
ActionWorker.ActionStatus - Enum in org.nuiton.jaxx.runtime.swing.application
State of a running action
addAction(String, Runnable) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Add an new action to perform.
ApplicationRunner - Class in org.nuiton.jaxx.runtime.swing.application
Simple application runner which authorize to reload an application.
ApplicationRunner(String...) - Constructor for class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
args - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
arguments given to runner at launch time

C

close() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
createRunnable(Object, String, Object...) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Creates a runnable instance (via a Proxy) to a method given by his name (methodName) to invoke on methodcontainer with given arguments.

D

doInBackground() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
done() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 

E

endTime - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
error - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
error - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 

G

getActionLabel() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getEndTime() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getError() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getNbActions() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
getRunner() - Static method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
getStartTime() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getStatus() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getTarget() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getTasks() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
getTime() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 

I

initOnce() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
To execute some code only once.
isFailed() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
isReload() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 

L

launch() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
lock() - Static method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 

M

mainThread - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 

O

onActionCancel(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action has been canceled.
onActionEnd(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action has end with no failure or cancel.
onActionFail(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action has failed.
onActionStart(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action is about to start.
onAfterAction(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook atfer action is consumed.
onClose(boolean) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to close runner.
onError(Exception) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook when an error occurs in runner.
onInit() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to init runner.
onShutdown() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to shutdown launcher
onShutdown(Exception) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to shutdown launcher when an exception occurs on clsoing.
onStart() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to start runner.
org.nuiton.jaxx.runtime.swing.application - package org.nuiton.jaxx.runtime.swing.application
 

R

reload - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
flag to reload the runner when closing it
runnable - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
the runner to start application

S

setReload(boolean) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
setTarget(Runnable) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
setTarget(Callable<R>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
Set the target to execute.
startingTime - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
startTime - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
status - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 

T

target - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
tasks - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
current tasks
terminatesAndWaits() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Ask the thread to stop.

U

unlock() - Static method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 

V

valueOf(String) - Static method in enum org.nuiton.jaxx.runtime.swing.application.ActionWorker.ActionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nuiton.jaxx.runtime.swing.application.ActionWorker.ActionStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

workerListener - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
the listener of running action
A C D E G I L M O R S T U V W 
Skip navigation links

Copyright © 2008–2017 Ultreia.io. All rights reserved.