org.ow2.jasmine.deployme.generated
Class Configuration

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Configuration

public class Configuration
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="global_options" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="java_home" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="java_opts" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="jonas_root" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="jonas_base" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="jonas_version" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="jonas_services" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="host" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="jonas_development" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="protocols_list" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="irmi_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="iiop_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="jrmp_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="cmi_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="jndi_local_call_optimization" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="web" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="https_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="ajp_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="http_replication_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="http_conf" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element ref="{http://jasmine.ow2.org/deployme-1.2}web_conf"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="https_conf" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element ref="{http://jasmine.ow2.org/deployme-1.2}web_conf"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ajp_conf" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element ref="{http://jasmine.ow2.org/deployme-1.2}web_conf"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="jvm_route" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="http_replication_conf" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="cluster_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                             <element name="listen_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="db" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="users" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="discovery" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="master_activation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="source_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="greeting_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="ttl" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="mail" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="factory_type" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="factory_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="wsdl_publisher" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="wsdl_filename" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="wsdl_file_dir" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ha" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="ha_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="security_manager" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="activation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ejb_clustering" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="ejb_clustering_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="jms" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="queues" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="topics" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="jdbc" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded">
                   <element name="jdbc_ra">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <all>
                             <element name="ra_name" type="{http://www.w3.org/2001/XMLSchema}token"/>
                             <element name="user" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="password" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="url" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="ds_class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="jndiname" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="mappername" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="rarlink" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="jdbc_check_level" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="jdbc_test_statment" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="drivers" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="pool_parameters" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="pool_init" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pool_min" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pool_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pool_max_age_minutes" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pstmt_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pool_max_opentime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pool_max_waiters" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pool_max_waittime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                       <element name="pool_sampling_period" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </all>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Configuration.Db
          Java class for anonymous complex type.
static class Configuration.Discovery
          Java class for anonymous complex type.
static class Configuration.EjbClustering
          Java class for anonymous complex type.
static class Configuration.GlobalOptions
          Java class for anonymous complex type.
static class Configuration.Ha
          Java class for anonymous complex type.
static class Configuration.Jdbc
          Java class for anonymous complex type.
static class Configuration.Jms
          Java class for anonymous complex type.
static class Configuration.Mail
          Java class for anonymous complex type.
static class Configuration.SecurityManager
          Java class for anonymous complex type.
static class Configuration.Web
          Java class for anonymous complex type.
static class Configuration.WsdlPublisher
          Java class for anonymous complex type.
 
Field Summary
protected  Configuration.Db db
           
protected  Configuration.Discovery discovery
           
protected  Configuration.EjbClustering ejbClustering
           
protected  Configuration.GlobalOptions globalOptions
           
protected  Configuration.Ha ha
           
protected  Configuration.Jdbc jdbc
           
protected  Configuration.Jms jms
           
protected  Configuration.Mail mail
           
protected  Configuration.SecurityManager securityManager
           
protected  Configuration.Web web
           
protected  Configuration.WsdlPublisher wsdlPublisher
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 Configuration.Db getDb()
          Gets the value of the db property.
 Configuration.Discovery getDiscovery()
          Gets the value of the discovery property.
 Configuration.EjbClustering getEjbClustering()
          Gets the value of the ejbClustering property.
 Configuration.GlobalOptions getGlobalOptions()
          Gets the value of the globalOptions property.
 Configuration.Ha getHa()
          Gets the value of the ha property.
 Configuration.Jdbc getJdbc()
          Gets the value of the jdbc property.
 Configuration.Jms getJms()
          Gets the value of the jms property.
 Configuration.Mail getMail()
          Gets the value of the mail property.
 Configuration.SecurityManager getSecurityManager()
          Gets the value of the securityManager property.
 Configuration.Web getWeb()
          Gets the value of the web property.
 Configuration.WsdlPublisher getWsdlPublisher()
          Gets the value of the wsdlPublisher property.
 void setDb(Configuration.Db value)
          Sets the value of the db property.
 void setDiscovery(Configuration.Discovery value)
          Sets the value of the discovery property.
 void setEjbClustering(Configuration.EjbClustering value)
          Sets the value of the ejbClustering property.
 void setGlobalOptions(Configuration.GlobalOptions value)
          Sets the value of the globalOptions property.
 void setHa(Configuration.Ha value)
          Sets the value of the ha property.
 void setJdbc(Configuration.Jdbc value)
          Sets the value of the jdbc property.
 void setJms(Configuration.Jms value)
          Sets the value of the jms property.
 void setMail(Configuration.Mail value)
          Sets the value of the mail property.
 void setSecurityManager(Configuration.SecurityManager value)
          Sets the value of the securityManager property.
 void setWeb(Configuration.Web value)
          Sets the value of the web property.
 void setWsdlPublisher(Configuration.WsdlPublisher value)
          Sets the value of the wsdlPublisher property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalOptions

protected Configuration.GlobalOptions globalOptions

web

protected Configuration.Web web

db

protected Configuration.Db db

discovery

protected Configuration.Discovery discovery

mail

protected Configuration.Mail mail

wsdlPublisher

protected Configuration.WsdlPublisher wsdlPublisher

ha

protected Configuration.Ha ha

securityManager

protected Configuration.SecurityManager securityManager

ejbClustering

protected Configuration.EjbClustering ejbClustering

jms

protected Configuration.Jms jms

jdbc

protected Configuration.Jdbc jdbc
Constructor Detail

Configuration

public Configuration()
Method Detail

getGlobalOptions

public Configuration.GlobalOptions getGlobalOptions()
Gets the value of the globalOptions property.

Returns:
possible object is Configuration.GlobalOptions

setGlobalOptions

public void setGlobalOptions(Configuration.GlobalOptions value)
Sets the value of the globalOptions property.

Parameters:
value - allowed object is Configuration.GlobalOptions

getWeb

public Configuration.Web getWeb()
Gets the value of the web property.

Returns:
possible object is Configuration.Web

setWeb

public void setWeb(Configuration.Web value)
Sets the value of the web property.

Parameters:
value - allowed object is Configuration.Web

getDb

public Configuration.Db getDb()
Gets the value of the db property.

Returns:
possible object is Configuration.Db

setDb

public void setDb(Configuration.Db value)
Sets the value of the db property.

Parameters:
value - allowed object is Configuration.Db

getDiscovery

public Configuration.Discovery getDiscovery()
Gets the value of the discovery property.

Returns:
possible object is Configuration.Discovery

setDiscovery

public void setDiscovery(Configuration.Discovery value)
Sets the value of the discovery property.

Parameters:
value - allowed object is Configuration.Discovery

getMail

public Configuration.Mail getMail()
Gets the value of the mail property.

Returns:
possible object is Configuration.Mail

setMail

public void setMail(Configuration.Mail value)
Sets the value of the mail property.

Parameters:
value - allowed object is Configuration.Mail

getWsdlPublisher

public Configuration.WsdlPublisher getWsdlPublisher()
Gets the value of the wsdlPublisher property.

Returns:
possible object is Configuration.WsdlPublisher

setWsdlPublisher

public void setWsdlPublisher(Configuration.WsdlPublisher value)
Sets the value of the wsdlPublisher property.

Parameters:
value - allowed object is Configuration.WsdlPublisher

getHa

public Configuration.Ha getHa()
Gets the value of the ha property.

Returns:
possible object is Configuration.Ha

setHa

public void setHa(Configuration.Ha value)
Sets the value of the ha property.

Parameters:
value - allowed object is Configuration.Ha

getSecurityManager

public Configuration.SecurityManager getSecurityManager()
Gets the value of the securityManager property.

Returns:
possible object is Configuration.SecurityManager

setSecurityManager

public void setSecurityManager(Configuration.SecurityManager value)
Sets the value of the securityManager property.

Parameters:
value - allowed object is Configuration.SecurityManager

getEjbClustering

public Configuration.EjbClustering getEjbClustering()
Gets the value of the ejbClustering property.

Returns:
possible object is Configuration.EjbClustering

setEjbClustering

public void setEjbClustering(Configuration.EjbClustering value)
Sets the value of the ejbClustering property.

Parameters:
value - allowed object is Configuration.EjbClustering

getJms

public Configuration.Jms getJms()
Gets the value of the jms property.

Returns:
possible object is Configuration.Jms

setJms

public void setJms(Configuration.Jms value)
Sets the value of the jms property.

Parameters:
value - allowed object is Configuration.Jms

getJdbc

public Configuration.Jdbc getJdbc()
Gets the value of the jdbc property.

Returns:
possible object is Configuration.Jdbc

setJdbc

public void setJdbc(Configuration.Jdbc value)
Sets the value of the jdbc property.

Parameters:
value - allowed object is Configuration.Jdbc


Copyright © 2010 OW2 Consortium. All Rights Reserved.