A B C D E G L M O P R S T V X

A

addValue(String, String) - Method in class org.ow2.jasmine.deployme.utils.CommandLine
Record a value of the command line.

B

buildServerDomainList(String, String, String, String) - Method in class org.ow2.jasmine.deployme.DeployMe
Build the server list that will be used.

C

checkArgEntry(String) - Static method in class org.ow2.jasmine.deployme.CommandLineParser
Check if the arg begin with '-' and remove '-'
checkCommandLine() - Method in class org.ow2.jasmine.deployme.utils.CommandLine
Check if the command line contains all what we need
clusterName - Variable in class org.ow2.jasmine.deployme.utils.CommandLine
Cluster name
CommandLine - Class in org.ow2.jasmine.deployme.utils
Represent the command line arguments
CommandLine() - Constructor for class org.ow2.jasmine.deployme.utils.CommandLine
Default constructor
commandLineClusterName - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
key word to define cluster name on the command line.
commandLineDomainName - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
key word to define domain name on the command line.
commandLineMachineName - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
key word to define machine name on the command line.
CommandLineParser - Class in org.ow2.jasmine.deployme
Parse the command line and call DeployMe main class
CommandLineParser() - Constructor for class org.ow2.jasmine.deployme.CommandLineParser
 
commandLineServerName - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
key word to define server name on the command line.
commandLinetopologyFileName - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
key word to define topology file name on the command line.
commandLineVerbose - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
key word to define verbose mode on the command line.
config - Variable in class org.ow2.jasmine.deployme.ConfiguratorBuilder
The resulting configuration
ConfigClusterApply - Class in org.ow2.jasmine.deployme.configApply
Apply a configuration on a Jonas server
ConfigClusterApply(String) - Constructor for class org.ow2.jasmine.deployme.configApply.ConfigClusterApply
Constructor
ConfigJonasApply - Class in org.ow2.jasmine.deployme.configApply
Apply a configuration on a Jonas server
ConfigJonasApply(String) - Constructor for class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Constructor
Configurator - Class in org.ow2.jasmine.deployme.configApply
Configure a jonas server
Configurator() - Constructor for class org.ow2.jasmine.deployme.configApply.Configurator
 
ConfiguratorBuilder - Class in org.ow2.jasmine.deployme
This class is used to build a config from a server and its domain Server parameter are prioritaty to domain parameters
ConfiguratorBuilder(ServerDomain) - Constructor for class org.ow2.jasmine.deployme.ConfiguratorBuilder
Build the configuration

D

DeployMe - Class in org.ow2.jasmine.deployme
The main class of deployMe project.
DeployMe() - Constructor for class org.ow2.jasmine.deployme.DeployMe
Default constructor, do nothing
Only for test
DeployMe(URL, String, String, String, String) - Constructor for class org.ow2.jasmine.deployme.DeployMe
JASMINe-CJC constructor :
- Load the topology
- Apply the config of the servers(machine or domain/server/cluster)
DeployMEPropertiesManager - Class in org.ow2.jasmine.deployme.utils
Reads and manages the properties files
DeployMEPropertiesManager() - Constructor for class org.ow2.jasmine.deployme.utils.DeployMEPropertiesManager
 
domain - Variable in class org.ow2.jasmine.deployme.utils.ServerDomain
The domain who contains the servers
domainName - Variable in class org.ow2.jasmine.deployme.utils.CommandLine
Domain name

E

ERROR_CLUSTER_SERVER - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
 
ERROR_DOMAIN_SERVER_CLUSTER - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
 
ERROR_MACHINE_DOMAIN_SERVER_CLUSTER - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
 
ERROR_NO_OPTIONS - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
 
ERROR_SERVER_CLUSTER_DOMAIN - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
 
ERROR_TOPOLOGY_NOT_SET - Static variable in class org.ow2.jasmine.deployme.utils.CommandLine
 
execute() - Method in class org.ow2.jasmine.deployme.configApply.ConfigClusterApply
Apply the configuration
execute() - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the configuration

G

getClusterDaemonConf(String, String) - Method in class org.ow2.jasmine.deployme.DeployMe
 
getClusterName() - Method in class org.ow2.jasmine.deployme.utils.CommandLine
 
getConfig() - Method in class org.ow2.jasmine.deployme.ConfiguratorBuilder
Get the configuration
getDomain() - Method in class org.ow2.jasmine.deployme.utils.ServerDomain
return the domain
getDomainName() - Method in class org.ow2.jasmine.deployme.utils.CommandLine
return the domainName
getMachineName() - Method in class org.ow2.jasmine.deployme.utils.CommandLine
return the machineName
getServer() - Method in class org.ow2.jasmine.deployme.utils.ServerDomain
return the server
getServerName() - Method in class org.ow2.jasmine.deployme.utils.CommandLine
return the serverName
getTopology() - Method in class org.ow2.jasmine.deployme.loadXml.XmlLoader
Return the loaded topology
getTopologyFile() - Method in class org.ow2.jasmine.deployme.utils.CommandLine
return the topologyFile
getVerbose() - Method in class org.ow2.jasmine.deployme.utils.CommandLine
return if verbose
getXsdTopologyURL() - Static method in class org.ow2.jasmine.deployme.utils.DeployMEPropertiesManager
Return the topology schema path

L

loadTopology(URL, URL) - Method in class org.ow2.jasmine.deployme.DeployMe
Load the topology from the url urlTopology using the schema from schemaUrl.
logger - Static variable in class org.ow2.jasmine.deployme.configApply.Configurator
The logger

M

machineName - Variable in class org.ow2.jasmine.deployme.utils.CommandLine
Host name
main(String[]) - Static method in class org.ow2.jasmine.deployme.CommandLineParser
Main
mergeClusterDaemonAndDomainConf(Topology.Domains.Domain.ClusterDaemons.ClusterDaemon, Topology.Domains.Domain) - Method in class org.ow2.jasmine.deployme.DeployMe
Merge the configuration of the domain with the configuration of the cluster daemon
MyDatatypeConverter - Class in org.ow2.jasmine.deployme.loadXml
Delete \t \n \r ... from the string read from the xml topolog file
MyDatatypeConverter() - Constructor for class org.ow2.jasmine.deployme.loadXml.MyDatatypeConverter
Default constructor

O

org.ow2.jasmine.deployme - package org.ow2.jasmine.deployme
 
org.ow2.jasmine.deployme.configApply - package org.ow2.jasmine.deployme.configApply
 
org.ow2.jasmine.deployme.loadXml - package org.ow2.jasmine.deployme.loadXml
 
org.ow2.jasmine.deployme.utils - package org.ow2.jasmine.deployme.utils
 

P

parseCommandLine(String[]) - Static method in class org.ow2.jasmine.deployme.CommandLineParser
Parse the command line
parseString(String) - Static method in class org.ow2.jasmine.deployme.loadXml.MyDatatypeConverter
printString(String) - Static method in class org.ow2.jasmine.deployme.loadXml.MyDatatypeConverter

R

rmdir(File) - Static method in class org.ow2.jasmine.deployme.configApply.Configurator
Recursive directory deleter

S

server - Variable in class org.ow2.jasmine.deployme.utils.ServerDomain
The server
ServerDomain - Class in org.ow2.jasmine.deployme.utils
Reprensent a server in its domain
ServerDomain() - Constructor for class org.ow2.jasmine.deployme.utils.ServerDomain
Default constructor
ServerDomain(Topology.Domains.Domain.Servers.Server, Topology.Domains.Domain) - Constructor for class org.ow2.jasmine.deployme.utils.ServerDomain
Constructor
serverName - Variable in class org.ow2.jasmine.deployme.utils.CommandLine
Server name
serversDomains - Variable in class org.ow2.jasmine.deployme.DeployMe
List of the servers witch deployMe will work
setAConfiguration(Configuration, ServerDomain, String) - Static method in class org.ow2.jasmine.deployme.configApply.Configurator
Set the configuration of this server, only used for tests
setAConfiguration(Configuration, ServerDomain) - Static method in class org.ow2.jasmine.deployme.configApply.Configurator
Set the configuration of this server
setActiveServices(Configuration.ActiveServices) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the services parameters
setAjpConf(Configuration.ActiveServices.Web.AjpConf) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the ajp parameters
setClusterAConfiguration(String, Topology.Domains.Domain.ClusterDaemons.ClusterDaemon, String) - Static method in class org.ow2.jasmine.deployme.configApply.Configurator
Set the configuration of this cluster daemon, only used for tests
setClusterAConfiguration(String, Topology.Domains.Domain.ClusterDaemons.ClusterDaemon) - Static method in class org.ow2.jasmine.deployme.configApply.Configurator
Set the configuration of this cluster daemon
setClusterConf(String, Topology.Domains.Domain.ClusterDaemons.ClusterDaemon) - Method in class org.ow2.jasmine.deployme.configApply.ConfigClusterApply
Apply the cluster daemon global parameters
setDomain(Topology.Domains.Domain) - Method in class org.ow2.jasmine.deployme.utils.ServerDomain
set the domain
setEjbClusteringConfiguration(Configuration.EjbClustering) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the ejb clustering parameters
setGlobalJonas(String, String, Configuration.GlobalJonas) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the jonas global parameters
setHttpConf(Configuration.ActiveServices.Web.HttpConf) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the http parameters
setHttpReplicationConf(Configuration.ActiveServices.Web.HttpReplicationConf) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the http replication parameters
setHttpsConf(Configuration.ActiveServices.Web.HttpsConf) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the https parameters
setJdbcConfiguration(Configuration.Jdbc) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the jdbc parameters
setJdbcPoolParameters(Configuration.Jdbc.PoolParameters) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the jdbc pool parameters
setJmsConfiguration(Configuration.Jms) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the jms parameters
setProtocols(Configuration.Protocols) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the protocols parameters
setSecurityManager(Configuration.SecurityManager) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the security manager parameters
setServer(Topology.Domains.Domain.Servers.Server) - Method in class org.ow2.jasmine.deployme.utils.ServerDomain
Set the server
setServiceDb(Configuration.ActiveServices.Db) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the db service parameters
setServiceDiscovery(Configuration.ActiveServices.Discovery) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the discovery service parameters
setServiceHa(Configuration.ActiveServices.Ha) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the ha service parameters
setServiceMail(Configuration.ActiveServices.Mail) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the mail service parameters
setServiceWeb(Configuration.ActiveServices.Web) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the web parameters
setServiceWs(Configuration.ActiveServices.Ws) - Method in class org.ow2.jasmine.deployme.configApply.ConfigJonasApply
Apply the webservice service parameters

T

topology - Variable in class org.ow2.jasmine.deployme.DeployMe
The loaded from xml topology
topologyFile - Variable in class org.ow2.jasmine.deployme.utils.CommandLine
Toplogy file path
toString() - Method in class org.ow2.jasmine.deployme.utils.ServerDomain
return "domainName.serverName"

V

verbose - Variable in class org.ow2.jasmine.deployme.utils.CommandLine
Verbose?

X

XmlLoader - Class in org.ow2.jasmine.deployme.loadXml
Load the xml topology
XmlLoader(URL, URL) - Constructor for class org.ow2.jasmine.deployme.loadXml.XmlLoader
Constructor.

A B C D E G L M O P R S T V X

Copyright © 2009 OW2 Consortium. All Rights Reserved.