|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.JrmpType
public class JrmpType
Describe CAROL JRMP configuration.
Example:
Java class for jrmpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jrmpType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="jndiLocalCallOptimisation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="localRegistry" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
jndiLocalCallOptimisation
|
protected Boolean |
localRegistry
|
protected Long |
port
|
| Constructor Summary | |
|---|---|
JrmpType()
|
|
| Method Summary | |
|---|---|
Long |
getPort()
Gets the value of the port property. |
Boolean |
isJndiLocalCallOptimisation()
Gets the value of the jndiLocalCallOptimisation property. |
Boolean |
isLocalRegistry()
Gets the value of the localRegistry property. |
void |
setJndiLocalCallOptimisation(Boolean value)
Sets the value of the jndiLocalCallOptimisation property. |
void |
setLocalRegistry(Boolean value)
Sets the value of the localRegistry property. |
void |
setPort(Long value)
Sets the value of the port property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long port
protected Boolean jndiLocalCallOptimisation
protected Boolean localRegistry
| Constructor Detail |
|---|
public JrmpType()
| Method Detail |
|---|
public Long getPort()
Longpublic void setPort(Long value)
value - allowed object is
Longpublic Boolean isJndiLocalCallOptimisation()
Booleanpublic void setJndiLocalCallOptimisation(Boolean value)
value - allowed object is
Booleanpublic Boolean isLocalRegistry()
Booleanpublic void setLocalRegistry(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||