|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Configuration.GlobalOptions
public static class Configuration.GlobalOptions
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 |
|---|
protected java.lang.String javaHome
protected java.lang.String javaOpts
protected java.lang.String jonasRoot
protected java.lang.String jonasBase
protected java.lang.String jonasVersion
protected java.lang.String jonasServices
protected java.lang.String host
protected java.lang.Boolean jonasDevelopment
protected java.lang.String protocolsList
protected java.math.BigInteger irmiPort
protected java.math.BigInteger iiopPort
protected java.math.BigInteger jrmpPort
protected java.math.BigInteger cmiPort
protected java.lang.Boolean jndiLocalCallOptimization
| Constructor Detail |
|---|
public Configuration.GlobalOptions()
| Method Detail |
|---|
public java.lang.String getJavaHome()
Stringpublic void setJavaHome(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJavaOpts()
Stringpublic void setJavaOpts(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJonasRoot()
Stringpublic void setJonasRoot(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJonasBase()
Stringpublic void setJonasBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJonasVersion()
Stringpublic void setJonasVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJonasServices()
Stringpublic void setJonasServices(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isJonasDevelopment()
Booleanpublic void setJonasDevelopment(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getProtocolsList()
Stringpublic void setProtocolsList(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getIrmiPort()
BigIntegerpublic void setIrmiPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getIiopPort()
BigIntegerpublic void setIiopPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getJrmpPort()
BigIntegerpublic void setJrmpPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getCmiPort()
BigIntegerpublic void setCmiPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isJndiLocalCallOptimization()
Booleanpublic void setJndiLocalCallOptimization(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||