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