|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UpdatableAction | |
|---|---|
| org.jppf.ui.actions | Classes for management of actions associated to toolbar buttons and right-click menu items. |
| org.jppf.ui.monitoring.job.actions | Classes supporting the actions and menu items for the toolbar and popu menu in the job data panel. |
| org.jppf.ui.monitoring.node.actions | Classes supporting the actions and menu items for the popu menu for in the nodes panel. |
| Uses of UpdatableAction in org.jppf.ui.actions |
|---|
| Classes in org.jppf.ui.actions that implement UpdatableAction | |
|---|---|
class |
AbstractUpdatableAction
Abstract superclass for actions used in toolbars or popup menus. |
| Fields in org.jppf.ui.actions with type parameters of type UpdatableAction | |
|---|---|
protected Map<String,UpdatableAction> |
AbstractActionHandler.actionMap
Mapping of actions to their name. |
| Methods in org.jppf.ui.actions that return UpdatableAction | |
|---|---|
UpdatableAction |
ActionHandler.getAction(String name)
Get the action with the specified name. |
UpdatableAction |
AbstractActionHandler.getAction(String name)
Get the action with the specified name. |
| Methods in org.jppf.ui.actions with parameters of type UpdatableAction | |
|---|---|
void |
ActionHandler.putAction(String name,
UpdatableAction action)
Add an action with the specified name to this action manager. |
void |
AbstractActionHandler.putAction(String name,
UpdatableAction action)
Add an action with the specified name to this action manager. |
| Uses of UpdatableAction in org.jppf.ui.monitoring.job.actions |
|---|
| Classes in org.jppf.ui.monitoring.job.actions that implement UpdatableAction | |
|---|---|
class |
AbstractJobAction
Common super class for job actions. |
class |
AbstractSuspendJobAction
This action suspends a job. |
class |
CancelJobAction
This action stops a job. |
class |
ResumeJobAction
This action suspends a job. |
class |
SuspendJobAction
This action suspends a job and causes all sub-jobs currently executing to lwft executing until completion. |
class |
SuspendRequeueJobAction
This action suspends a job and causes all sub-jobs currently executing to be canceled and requeued on the server. |
class |
UpdateMaxNodesAction
This action updates the maximum number of nodes a job can run on. |
| Uses of UpdatableAction in org.jppf.ui.monitoring.node.actions |
|---|
| Classes in org.jppf.ui.monitoring.node.actions that implement UpdatableAction | |
|---|---|
class |
AbstractSelectionAction
Abstract superclass for actions that select nodes in the tree table. |
class |
AbstractTopologyAction
Abstract superclass for all actions in the topology panel. |
class |
NodeConfigurationAction
This action displays an input panel for the user to type a new thread pool size for a node, and updates the node with it. |
class |
NodeInformationAction
This action displays the node environment information in a spearate frame. |
class |
NodeThreadsAction
This action displays an input panel for the user to type a new thread pool size for a node, and updates the node with it. |
class |
ResetTaskCounterAction
This action resets the task counter of a node to 0. |
class |
RestartNodeAction
This action restarts a node. |
class |
SelectDriversAction
Action performed to select all drivers in the topology view. |
class |
SelectNodesAction
Action performed to select all drivers in the topology view. |
class |
ServerShutdownRestartAction
This action stops a server and optionally restarts it after a specified delay. |
class |
ServerStatisticsResetAction
This action stops a node. |
class |
ShutdownNodeAction
This action stops a node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||