org.ow2.jasmine.deployme.generated
Class Configuration.GlobalOptions

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Configuration.GlobalOptions
Enclosing class:
Configuration

public static class Configuration.GlobalOptions
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="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>
 


Field Summary
protected  java.math.BigInteger cmiPort
           
protected  java.lang.String host
           
protected  java.math.BigInteger iiopPort
           
protected  java.math.BigInteger irmiPort
           
protected  java.lang.String javaHome
           
protected  java.lang.String javaOpts
           
protected  java.lang.Boolean jndiLocalCallOptimization
           
protected  java.lang.String jonasBase
           
protected  java.lang.Boolean jonasDevelopment
           
protected  java.lang.String jonasRoot
           
protected  java.lang.String jonasServices
           
protected  java.lang.String jonasVersion
           
protected  java.math.BigInteger jrmpPort
           
protected  java.lang.String protocolsList
           
 
Constructor Summary
Configuration.GlobalOptions()
           
 
Method Summary
 java.math.BigInteger getCmiPort()
          Gets the value of the cmiPort property.
 java.lang.String getHost()
          Gets the value of the host property.
 java.math.BigInteger getIiopPort()
          Gets the value of the iiopPort property.
 java.math.BigInteger getIrmiPort()
          Gets the value of the irmiPort property.
 java.lang.String getJavaHome()
          Gets the value of the javaHome property.
 java.lang.String getJavaOpts()
          Gets the value of the javaOpts property.
 java.lang.String getJonasBase()
          Gets the value of the jonasBase property.
 java.lang.String getJonasRoot()
          Gets the value of the jonasRoot property.
 java.lang.String getJonasServices()
          Gets the value of the jonasServices property.
 java.lang.String getJonasVersion()
          Gets the value of the jonasVersion property.
 java.math.BigInteger getJrmpPort()
          Gets the value of the jrmpPort property.
 java.lang.String getProtocolsList()
          Gets the value of the protocolsList property.
 java.lang.Boolean isJndiLocalCallOptimization()
          Gets the value of the jndiLocalCallOptimization property.
 java.lang.Boolean isJonasDevelopment()
          Gets the value of the jonasDevelopment property.
 void setCmiPort(java.math.BigInteger value)
          Sets the value of the cmiPort property.
 void setHost(java.lang.String value)
          Sets the value of the host property.
 void setIiopPort(java.math.BigInteger value)
          Sets the value of the iiopPort property.
 void setIrmiPort(java.math.BigInteger value)
          Sets the value of the irmiPort property.
 void setJavaHome(java.lang.String value)
          Sets the value of the javaHome property.
 void setJavaOpts(java.lang.String value)
          Sets the value of the javaOpts property.
 void setJndiLocalCallOptimization(java.lang.Boolean value)
          Sets the value of the jndiLocalCallOptimization property.
 void setJonasBase(java.lang.String value)
          Sets the value of the jonasBase property.
 void setJonasDevelopment(java.lang.Boolean value)
          Sets the value of the jonasDevelopment property.
 void setJonasRoot(java.lang.String value)
          Sets the value of the jonasRoot property.
 void setJonasServices(java.lang.String value)
          Sets the value of the jonasServices property.
 void setJonasVersion(java.lang.String value)
          Sets the value of the jonasVersion property.
 void setJrmpPort(java.math.BigInteger value)
          Sets the value of the jrmpPort property.
 void setProtocolsList(java.lang.String value)
          Sets the value of the protocolsList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaHome

protected java.lang.String javaHome

javaOpts

protected java.lang.String javaOpts

jonasRoot

protected java.lang.String jonasRoot

jonasBase

protected java.lang.String jonasBase

jonasVersion

protected java.lang.String jonasVersion

jonasServices

protected java.lang.String jonasServices

host

protected java.lang.String host

jonasDevelopment

protected java.lang.Boolean jonasDevelopment

protocolsList

protected java.lang.String protocolsList

irmiPort

protected java.math.BigInteger irmiPort

iiopPort

protected java.math.BigInteger iiopPort

jrmpPort

protected java.math.BigInteger jrmpPort

cmiPort

protected java.math.BigInteger cmiPort

jndiLocalCallOptimization

protected java.lang.Boolean jndiLocalCallOptimization
Constructor Detail

Configuration.GlobalOptions

public Configuration.GlobalOptions()
Method Detail

getJavaHome

public java.lang.String getJavaHome()
Gets the value of the javaHome property.

Returns:
possible object is String

setJavaHome

public void setJavaHome(java.lang.String value)
Sets the value of the javaHome property.

Parameters:
value - allowed object is String

getJavaOpts

public java.lang.String getJavaOpts()
Gets the value of the javaOpts property.

Returns:
possible object is String

setJavaOpts

public void setJavaOpts(java.lang.String value)
Sets the value of the javaOpts property.

Parameters:
value - allowed object is String

getJonasRoot

public java.lang.String getJonasRoot()
Gets the value of the jonasRoot property.

Returns:
possible object is String

setJonasRoot

public void setJonasRoot(java.lang.String value)
Sets the value of the jonasRoot property.

Parameters:
value - allowed object is String

getJonasBase

public java.lang.String getJonasBase()
Gets the value of the jonasBase property.

Returns:
possible object is String

setJonasBase

public void setJonasBase(java.lang.String value)
Sets the value of the jonasBase property.

Parameters:
value - allowed object is String

getJonasVersion

public java.lang.String getJonasVersion()
Gets the value of the jonasVersion property.

Returns:
possible object is String

setJonasVersion

public void setJonasVersion(java.lang.String value)
Sets the value of the jonasVersion property.

Parameters:
value - allowed object is String

getJonasServices

public java.lang.String getJonasServices()
Gets the value of the jonasServices property.

Returns:
possible object is String

setJonasServices

public void setJonasServices(java.lang.String value)
Sets the value of the jonasServices property.

Parameters:
value - allowed object is String

getHost

public java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(java.lang.String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

isJonasDevelopment

public java.lang.Boolean isJonasDevelopment()
Gets the value of the jonasDevelopment property.

Returns:
possible object is Boolean

setJonasDevelopment

public void setJonasDevelopment(java.lang.Boolean value)
Sets the value of the jonasDevelopment property.

Parameters:
value - allowed object is Boolean

getProtocolsList

public java.lang.String getProtocolsList()
Gets the value of the protocolsList property.

Returns:
possible object is String

setProtocolsList

public void setProtocolsList(java.lang.String value)
Sets the value of the protocolsList property.

Parameters:
value - allowed object is String

getIrmiPort

public java.math.BigInteger getIrmiPort()
Gets the value of the irmiPort property.

Returns:
possible object is BigInteger

setIrmiPort

public void setIrmiPort(java.math.BigInteger value)
Sets the value of the irmiPort property.

Parameters:
value - allowed object is BigInteger

getIiopPort

public java.math.BigInteger getIiopPort()
Gets the value of the iiopPort property.

Returns:
possible object is BigInteger

setIiopPort

public void setIiopPort(java.math.BigInteger value)
Sets the value of the iiopPort property.

Parameters:
value - allowed object is BigInteger

getJrmpPort

public java.math.BigInteger getJrmpPort()
Gets the value of the jrmpPort property.

Returns:
possible object is BigInteger

setJrmpPort

public void setJrmpPort(java.math.BigInteger value)
Sets the value of the jrmpPort property.

Parameters:
value - allowed object is BigInteger

getCmiPort

public java.math.BigInteger getCmiPort()
Gets the value of the cmiPort property.

Returns:
possible object is BigInteger

setCmiPort

public void setCmiPort(java.math.BigInteger value)
Sets the value of the cmiPort property.

Parameters:
value - allowed object is BigInteger

isJndiLocalCallOptimization

public java.lang.Boolean isJndiLocalCallOptimization()
Gets the value of the jndiLocalCallOptimization property.

Returns:
possible object is Boolean

setJndiLocalCallOptimization

public void setJndiLocalCallOptimization(java.lang.Boolean value)
Sets the value of the jndiLocalCallOptimization property.

Parameters:
value - allowed object is Boolean


Copyright © 2010 OW2 Consortium. All Rights Reserved.