Serialized Form


Package org.ow2.jasmine.jadort.api

Class org.ow2.jasmine.jadort.api.IJadortService.OperationType extends java.lang.Object implements Serializable

serialVersionUID: -7508039622857282263L

Serialized Fields

operationType

java.lang.String operationType

Class org.ow2.jasmine.jadort.api.InvalidStepException extends JadortServiceException implements Serializable

serialVersionUID: 8949263403079331175L

Class org.ow2.jasmine.jadort.api.JadortServiceException extends java.lang.Exception implements Serializable

serialVersionUID: -1686185730924664106L


Package org.ow2.jasmine.jadort.api.entities.deployment

Class org.ow2.jasmine.jadort.api.entities.deployment.ApplicationBean extends java.lang.Object implements Serializable

serialVersionUID: -8995544046252693883L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the ApplicationBean in the database.


name

java.lang.String name
Application name


version

java.lang.String version
Application version


file

java.io.File file
Application archive file


policy

java.lang.String policy
Application policy


state

java.lang.String state
Application state

Class org.ow2.jasmine.jadort.api.entities.deployment.OperationStateBean extends java.lang.Object implements Serializable

serialVersionUID: -4060088928914512618L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the OperationStateBean in the database.


version

java.lang.Integer version
Auto-generated version of the OperationStateBean. Used internally for checking integrity.


date

java.util.Date date
Operation creation date


name

java.lang.String name
Operation name


topology

TopologyBean topology
The topology to use with this operation


serverProgressList

java.util.List<E> serverProgressList
Active ServerProgressBean objects of the operation


workerProgressList

java.util.List<E> workerProgressList
Active WorkerProgressBean objects of the operation


allServerProgressList

java.util.Set<E> allServerProgressList
All (currently active + past) ServerProgressBean objects of the operation We need the @JoinTable otherwise there are two @OneToMany relations with the same source and destination types, creating exceptions. We use a Set and not a List since the elements in here need to be unique.


allWorkerProgressList

java.util.Set<E> allWorkerProgressList
All (currently active + past) WorkerProgressBean objects of the operation We need the @JoinTable otherwise there are two @OneToMany relations with the same source and destination types, creating exceptions. We use a Set and not a List since the elements in here need to be unique.


application

ApplicationBean application
The application the operation has to deploy


vmImage

VMImageBean vmImage
The VM image the operation has to deploy


aimedServerProgressState

ServerProgressState aimedServerProgressState
The state of serverProgress the operation has to reach (use for the serverProgress phase (upload/deploy/set default/...)


aimedWorkerProgressState

WorkerProgressState aimedWorkerProgressState
The state of workerProgress the operation has to reach (use for the serverProgress phase (start/stop/...)


aimedProgressPercent

int aimedProgressPercent
The progress percent to reach, when the operation is in the OperationStateBean.Step.EXECUTING_MIGRATION, OperationStateBean.Step.UNDEPLOY_ERASE_OLD_VERSION , OperationStateBean.Step.EXECUTING_MAINTENANCE_CLUSTER or OperationStateBean.Step.EXECUTING_MAINTENANCE_NO_CLUSTER steps.


currentStep

OperationStateBean.Step currentStep
Current operation step


canGoToNextStep

boolean canGoToNextStep
Whether we can go to the next step

This value is re-set every time the object is refreshed on the stateful bean, and not persisted.


canGoToPreviousStep

boolean canGoToPreviousStep
Whether we can go to the next step

This value is re-set every time the object is refreshed on the stateful bean, and not persisted.


selectedGroup

GroupBean selectedGroup
The selected group of server


type

IJadortService.OperationType type
Operation type

Class org.ow2.jasmine.jadort.api.entities.deployment.OperationStateBean.ActionState extends java.lang.Object implements Serializable

serialVersionUID: -4302491945199396705L

Serialized Fields

actionState

java.lang.String actionState

Class org.ow2.jasmine.jadort.api.entities.deployment.OperationStateBean.Step extends java.lang.Object implements Serializable

serialVersionUID: 8454822640970419681L

Serialized Fields

step

java.lang.String step

Class org.ow2.jasmine.jadort.api.entities.deployment.ProgressBean extends java.lang.Object implements Serializable

serialVersionUID: -4589119608958079980L

Class org.ow2.jasmine.jadort.api.entities.deployment.ProgressState extends java.lang.Object implements Serializable

serialVersionUID: -7832332162308313851L

Class org.ow2.jasmine.jadort.api.entities.deployment.ServerProgressBean extends ProgressBean<ServerProgressState> implements Serializable

serialVersionUID: -2851071984012556925L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the ServerProgressBean in the database.


version

java.lang.Integer version
Auto-generated version of the ServerProgressBean. Used internally for checking integrity.


server

ServerBean server
The server associated with this ServerProgressBean.


log

java.lang.String log
Deployment log


oldDeploymentItem

java.lang.String oldDeploymentItem
The old deployment item. Currently, it represents either:


newDeploymentItem

java.lang.String newDeploymentItem
The new deployment item. Currently, it represents either:


vmImage

VMImageBean vmImage
The VM image that's currently being deployed.


serverProgressState

ServerProgressState serverProgressState
Deployment progress state


actionState

OperationStateBean.ActionState actionState
Deployment state


progressPercent

int progressPercent
Progress percent of the ServerProgressBean.

Class org.ow2.jasmine.jadort.api.entities.deployment.ServerProgressState extends ProgressState implements Serializable

serialVersionUID: 120139640121212822L

Serialized Fields

serverProgressState

java.lang.String serverProgressState

Class org.ow2.jasmine.jadort.api.entities.deployment.VMImageBean extends java.lang.Object implements Serializable

serialVersionUID: -8995544046252693883L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the VMImageBean in the database.


uuid

java.lang.String uuid
VM Image name


name

java.lang.String name
VM Image name

Class org.ow2.jasmine.jadort.api.entities.deployment.WorkerProgressBean extends ProgressBean<WorkerProgressState> implements Serializable

serialVersionUID: -2851071984012556925L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the WorkerProgressBean in the database.


version

java.lang.Integer version
Auto-generated version of the WorkerProgressBean. Used internally for checking integrity.


worker

WorkerBean worker
The worker associated with this WorkerProgressBean.


log

java.lang.String log
Deployment log


workerProgressState

WorkerProgressState workerProgressState
Deployment progress state


actionState

OperationStateBean.ActionState actionState
Deployment state


progressPercent

int progressPercent
Progress percent of the workerProgress.

Class org.ow2.jasmine.jadort.api.entities.deployment.WorkerProgressState extends ProgressState implements Serializable

serialVersionUID: 7204146304091547351L

Serialized Fields

workerProgressState

java.lang.String workerProgressState

Package org.ow2.jasmine.jadort.api.entities.topology

Class org.ow2.jasmine.jadort.api.entities.topology.ConnectorBean extends java.lang.Object implements Serializable

serialVersionUID: -8493966892797382963L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the JMXConnectorBean in the database.


connectorUrl

java.lang.String connectorUrl
URL of the connector


username

java.lang.String username
connector username


password

java.lang.String password
connector password

Class org.ow2.jasmine.jadort.api.entities.topology.GroupBean extends java.lang.Object implements Serializable

serialVersionUID: -1783631991681445491L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the GroupBean in the database.


name

java.lang.String name
Group name


clustered

boolean clustered
Whether the group is clustered (i.e. HTTP and EJB sessions are replicated)


servers

java.util.List<E> servers
List of servers for this group


workers

java.util.List<E> workers
List of workers for this group.


applications

java.util.List<E> applications
Application list deployed on the servers of this group. That value is re-set every time the operation state changes on the stateful bean, and not persisted.


vmImages

java.util.List<E> vmImages
VM Images of the VMM of this group. That value is re-set every time the operation state changes on the stateful bean, and not persisted.

Class org.ow2.jasmine.jadort.api.entities.topology.ServerBean extends java.lang.Object implements Serializable

serialVersionUID: -8338670679543686581L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the ServerBean in the database.


name

java.lang.String name
Server name


type

ServerBean.Type type
Server type


capacity

int capacity
Server capacity


serverConnector

ConnectorBean serverConnector
Server JMX connnector


managerConnector

ConnectorBean managerConnector
Server manager's JMX connnector


vm

VMBean vm
VM the server is running on


target

ServerBean target
Target server (used when maintaining with a switch to another server configuration)


activeSessions

int activeSessions


processed

boolean processed
Whether the server process maintain or migration is complete.


applications

java.util.List<E> applications
Application list deployed on this server. That value is re-set every time the operation state changes on the stateful bean, and not persisted.

Class org.ow2.jasmine.jadort.api.entities.topology.ServerBean.Type extends java.lang.Object implements Serializable

serialVersionUID: 8006861800369211346L

Serialized Fields

type

java.lang.String type

Class org.ow2.jasmine.jadort.api.entities.topology.TopologyBean extends java.lang.Object implements Serializable

serialVersionUID: 7176306212817449305L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the TopologyBean in the database.


groups

java.util.List<E> groups
Servers groups that compose the topology.

Class org.ow2.jasmine.jadort.api.entities.topology.VMBean extends java.lang.Object implements Serializable

serialVersionUID: -8338670679543686581L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the VMBean in the database.


name

java.lang.String name
VM's name


vmm

java.lang.String vmm
VM name associated with this VM


connector

ConnectorBean connector
VM connector

Class org.ow2.jasmine.jadort.api.entities.topology.WorkerBean extends java.lang.Object implements Serializable

serialVersionUID: -8338670679543686581L

Serialized Fields

id

java.lang.Integer id
Auto-generated identifier of the WorkerBean in the database.


name

java.lang.String name
Worker's name


serverName

java.lang.String serverName
Server name associated with this worker


workerName

java.lang.String workerName
Worker name associated with this worker


type

WorkerBean.Type type
Worker type


connector

ConnectorBean connector
Worker connector


server

ServerBean server
Worker server.

Class org.ow2.jasmine.jadort.api.entities.topology.WorkerBean.Type extends java.lang.Object implements Serializable

serialVersionUID: 8006861800369211346L

Serialized Fields

type

java.lang.String type



Copyright © 2009 OW2 Consortium. All Rights Reserved.