|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Configuration.Protocols
public static class Configuration.Protocols
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="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.math.BigInteger |
iiopPort
|
protected java.math.BigInteger |
irmiPort
|
protected java.lang.Boolean |
jndiLocalCallOptimization
|
protected java.math.BigInteger |
jrmpPort
|
protected java.lang.String |
protocolsList
|
| Constructor Summary | |
|---|---|
Configuration.Protocols()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getCmiPort()
Gets the value of the cmiPort property. |
java.math.BigInteger |
getIiopPort()
Gets the value of the iiopPort property. |
java.math.BigInteger |
getIrmiPort()
Gets the value of the irmiPort 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. |
void |
setCmiPort(java.math.BigInteger value)
Sets the value of the cmiPort 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 |
setJndiLocalCallOptimization(java.lang.Boolean value)
Sets the value of the jndiLocalCallOptimization 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 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.Protocols()
| Method Detail |
|---|
public 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 | ||||||||