Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
H
I
J
L
M
N
O
P
R
S
C
canGoToNextStep()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
ask the service if it is ready to go to the next step
canGoToPreviousStep()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
ask the service if it is ready to go to the previous step
checkServer(ServerBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Check if the server is ready to go to the next step.
checkWorker(WorkerBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Check if the worker is ready to go to the next step.
createNewOperation(String)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Create a new operation and return it
D
deleteOperation(OperationStateBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Delete an operation
G
getActiveSessions()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
getCurrentStep()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Return the current operation step
getGroupByName(String, JadortCommand)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Get a group by is name
getGroups()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Get the groups
getGroups(JadortCommand)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Return the list of the groups.
getOperationsList()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Return the operation list
getSelectedGroup()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Return the selected group
getServerByName(String, JadortCommand)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Get a server by its name
getServerProgressList()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Return the list of the serverProgressList
getVMImageByName(String, JadortCommand)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Get a VM Image by its name
getVMImages()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
get VM Image List
getVMImages(JadortCommand)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Return the list of the VM Images.
getWorkerByName(String, JadortCommand)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Get a worker by its name
getWorkerProgressList()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Return the list of the workerProgress
H
handleBoolean(Boolean)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Display a boolean
handleCreateOperation(OperationStateBean)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Manage display of a created operation.
handleGroup(GroupBean)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Display the selected group
handleGroupsList(List<GroupBean>)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Manage display of a groups list
handleInteger(Integer)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Display an integer
handleOperationsList(List<OperationStateBean>)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Display a list of operation
handleServerProgressList(List<ServerProgressBean>)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
display a list of serverProgress
handleStep(OperationStateBean.Step)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Display a step of operation
handleVMImage(VMImageBean)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Display the selected VMImage
handleVMImagesList(List<VMImageBean>)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Manage display of a VM Image list
handleWorkerProgressList(List<WorkerProgressBean>)
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
display a list of workerProgress
I
ignoreServer(ServerBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Ignore the error state of a server.
ignoreWorker(WorkerBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Ignore the error state of a worker.
J
JadortCommand
- Class in
org.ow2.jasmine.jadort.client.console
Interface to call method on JaDOrT service
JadortCommand(IJadortService)
- Constructor for class org.ow2.jasmine.jadort.client.console.
JadortCommand
Constructor
JadortConsole
- Class in
org.ow2.jasmine.jadort.client.console
A command line client for JaDOrT
JadortConsole()
- Constructor for class org.ow2.jasmine.jadort.client.console.
JadortConsole
L
loadTopology(File)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Load a topology file
M
main(String[])
- Static method in class org.ow2.jasmine.jadort.client.console.
JadortConsole
The main
N
next()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Go to the next step
O
org.ow2.jasmine.jadort.client.console
- package org.ow2.jasmine.jadort.client.console
output
- Static variable in class org.ow2.jasmine.jadort.client.console.
JadortConsole
Associate method name on the JaDOrT engine with method name to handle output on the client
P
previous()
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Go to the previous step
R
restartServer(ServerBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Restart the last tried deployment operation on a server.
restartWorker(WorkerBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Restart the last tried worker task on a worker.
S
selectApplication(URL)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Create a application from an archive
selectGroup(GroupBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Select a group
selectOperation(OperationStateBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Select an operation on the JaDOrT service
selectOperationType(IJadortService.OperationType)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Select an operation type on the JaDOrT service
selectServers(List<ServerBean>)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Select servers
selectVMImage(VMImageBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Select a VM Image
selectVMImage(VMImageBean, ServerBean)
- Method in class org.ow2.jasmine.jadort.client.console.
JadortCommand
Select a VM Image from the VM Images list for a given server.
C
D
G
H
I
J
L
M
N
O
P
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010
OW2 Consortium
. All Rights Reserved.