|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Topology.Domains.Domain.ClusterDaemons.ClusterDaemon
public static class Topology.Domains.Domain.ClusterDaemons.ClusterDaemon
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="servers">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="serverName" type="{http://www.w3.org/2001/XMLSchema}token"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="clusterDaemon_name" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="clusterDaemon_protocol" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="clusterDaemon_port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="java_home" 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="jonasBasePrefix" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="serverNamePrefix" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="autoboot" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="interaction_mode" type="{}interaction_modes"/>
<element name="xparam" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected boolean |
autoboot
|
protected java.lang.String |
clusterDaemonName
|
protected java.lang.Integer |
clusterDaemonPort
|
protected java.lang.String |
clusterDaemonProtocol
|
protected InteractionModes |
interactionMode
|
protected java.lang.String |
javaHome
|
protected java.lang.String |
jonasBasePrefix
|
protected java.lang.String |
jonasRoot
|
protected java.lang.String |
serverNamePrefix
|
protected Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers |
servers
|
protected java.lang.String |
xparam
|
| Constructor Summary | |
|---|---|
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClusterDaemonName()
Gets the value of the clusterDaemonName property. |
java.lang.Integer |
getClusterDaemonPort()
Gets the value of the clusterDaemonPort property. |
java.lang.String |
getClusterDaemonProtocol()
Gets the value of the clusterDaemonProtocol property. |
InteractionModes |
getInteractionMode()
Gets the value of the interactionMode property. |
java.lang.String |
getJavaHome()
Gets the value of the javaHome property. |
java.lang.String |
getJonasBasePrefix()
Gets the value of the jonasBasePrefix property. |
java.lang.String |
getJonasRoot()
Gets the value of the jonasRoot property. |
java.lang.String |
getServerNamePrefix()
Gets the value of the serverNamePrefix property. |
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers |
getServers()
Gets the value of the servers property. |
java.lang.String |
getXparam()
Gets the value of the xparam property. |
boolean |
isAutoboot()
Gets the value of the autoboot property. |
void |
setAutoboot(boolean value)
Sets the value of the autoboot property. |
void |
setClusterDaemonName(java.lang.String value)
Sets the value of the clusterDaemonName property. |
void |
setClusterDaemonPort(java.lang.Integer value)
Sets the value of the clusterDaemonPort property. |
void |
setClusterDaemonProtocol(java.lang.String value)
Sets the value of the clusterDaemonProtocol property. |
void |
setInteractionMode(InteractionModes value)
Sets the value of the interactionMode property. |
void |
setJavaHome(java.lang.String value)
Sets the value of the javaHome property. |
void |
setJonasBasePrefix(java.lang.String value)
Sets the value of the jonasBasePrefix property. |
void |
setJonasRoot(java.lang.String value)
Sets the value of the jonasRoot property. |
void |
setServerNamePrefix(java.lang.String value)
Sets the value of the serverNamePrefix property. |
void |
setServers(Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers value)
Sets the value of the servers property. |
void |
setXparam(java.lang.String value)
Sets the value of the xparam property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers servers
protected java.lang.String clusterDaemonName
protected java.lang.String clusterDaemonProtocol
protected java.lang.Integer clusterDaemonPort
protected java.lang.String javaHome
protected java.lang.String jonasRoot
protected java.lang.String jonasBasePrefix
protected java.lang.String serverNamePrefix
protected boolean autoboot
protected InteractionModes interactionMode
protected java.lang.String xparam
| Constructor Detail |
|---|
public Topology.Domains.Domain.ClusterDaemons.ClusterDaemon()
| Method Detail |
|---|
public Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers getServers()
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Serverspublic void setServers(Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers value)
value - allowed object is
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Serverspublic java.lang.String getClusterDaemonName()
Stringpublic void setClusterDaemonName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClusterDaemonProtocol()
Stringpublic void setClusterDaemonProtocol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getClusterDaemonPort()
Integerpublic void setClusterDaemonPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getJavaHome()
Stringpublic void setJavaHome(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 getJonasBasePrefix()
Stringpublic void setJonasBasePrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServerNamePrefix()
Stringpublic void setServerNamePrefix(java.lang.String value)
value - allowed object is
Stringpublic boolean isAutoboot()
public void setAutoboot(boolean value)
public InteractionModes getInteractionMode()
InteractionModespublic void setInteractionMode(InteractionModes value)
value - allowed object is
InteractionModespublic java.lang.String getXparam()
Stringpublic void setXparam(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||