|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServerBean in org.ow2.jasmine.jadort.api |
|---|
| Methods in org.ow2.jasmine.jadort.api with parameters of type ServerBean | |
|---|---|
void |
IJadortService.abortServer(ServerBean server)
Aborts the task a ServerBean is currently doing. |
boolean |
IJadortService.checkServer(ServerBean server)
Checks if the problem on a given ServerBean has been resolved. |
void |
IJadortService.ignoreServer(ServerBean server)
Ignores the error on a given ServerBean. |
void |
IJadortService.restartServer(ServerBean server)
Restarts a ServerBean that's in an error. |
void |
IJadortService.selectVMImage(VMImageBean selectedVMImage,
ServerBean server)
Select a VM image from the VM images list for a given server. |
| Method parameters in org.ow2.jasmine.jadort.api with type arguments of type ServerBean | |
|---|---|
void |
IJadortService.selectServers(java.util.List<ServerBean> selectedServers)
Select the servers to process |
| Uses of ServerBean in org.ow2.jasmine.jadort.api.entities.deployment |
|---|
| Methods in org.ow2.jasmine.jadort.api.entities.deployment that return ServerBean | |
|---|---|
ServerBean |
ServerProgressBean.getServer()
Server getter |
| Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ServerBean | |
|---|---|
void |
ServerProgressBean.setServer(ServerBean server)
Change the associated server |
| Constructors in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ServerBean | |
|---|---|
ServerProgressBean(ServerBean server)
Construct a ServerProgressBean with its associated server |
|
| Uses of ServerBean in org.ow2.jasmine.jadort.api.entities.topology |
|---|
| Methods in org.ow2.jasmine.jadort.api.entities.topology that return ServerBean | |
|---|---|
ServerBean |
WorkerBean.getServer()
Get the worker server |
ServerBean |
ServerBean.getTarget()
|
| Methods in org.ow2.jasmine.jadort.api.entities.topology that return types with arguments of type ServerBean | |
|---|---|
java.util.List<ServerBean> |
GroupBean.getServers()
Get the servers list for this group |
| Methods in org.ow2.jasmine.jadort.api.entities.topology with parameters of type ServerBean | |
|---|---|
void |
WorkerBean.setServer(ServerBean server)
Set the worker server |
void |
ServerBean.setTarget(ServerBean target)
|
| Method parameters in org.ow2.jasmine.jadort.api.entities.topology with type arguments of type ServerBean | |
|---|---|
void |
GroupBean.setServers(java.util.List<ServerBean> servers)
Set the servers list for this group |
| Uses of ServerBean in org.ow2.jasmine.jadort.service.action |
|---|
| Methods in org.ow2.jasmine.jadort.service.action with parameters of type ServerBean | |
|---|---|
static ServerAction |
ServerAction.getServerAction(ServerBean server)
|
protected static ServerAction |
ServerAction.newInstance(ServerBean server)
|
| Constructors in org.ow2.jasmine.jadort.service.action with parameters of type ServerBean | |
|---|---|
DummyServerAction(ServerBean server)
|
|
GlassFishServerAction(ServerBean server)
|
|
JBossServerAction(ServerBean server)
|
|
JonasServerAction(ServerBean server)
|
|
OSGiServerAction(ServerBean server)
|
|
WebLogicServerAction(ServerBean server)
|
|
WebSphereServerAction(ServerBean server)
|
|
| Uses of ServerBean in org.ow2.jasmine.jadort.service.implementation |
|---|
| Methods in org.ow2.jasmine.jadort.service.implementation with parameters of type ServerBean | |
|---|---|
void |
JadortServiceStatefulBean.abortServer(ServerBean server)
Aborts the task a ServerBean is currently doing. |
boolean |
JadortServiceStatefulBean.checkServer(ServerBean server)
Checks if the problem on a given ServerBean has been resolved. |
protected ServerProgressBean |
ActionManager.getServerProgress(ServerBean server)
Returns the serverProgress object of a server |
void |
JadortServiceStatefulBean.ignoreServer(ServerBean server)
Ignores the error on a given ServerBean. |
void |
JadortServiceStatefulBean.restartServer(ServerBean server)
Restarts a ServerBean that's in an error. |
void |
JadortServiceStatefulBean.selectVMImage(VMImageBean selectedVMImage,
ServerBean server)
Select a VM image from the VM images list for a given server. |
| Method parameters in org.ow2.jasmine.jadort.service.implementation with type arguments of type ServerBean | |
|---|---|
void |
JadortServiceStatefulBean.selectServers(java.util.List<ServerBean> selectedServers)
Select the servers to process |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||