|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v1.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_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="{http://jasmine.ow2.org/deployme-1.2}interaction_modes"/>
<element name="xparam" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</all>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</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 Integer |
clusterDaemonPort
|
protected String |
clusterDaemonProtocol
|
protected InteractionModes |
interactionMode
|
protected String |
javaHome
|
protected String |
jonasBasePrefix
|
protected String |
jonasRoot
|
protected String |
name
|
protected String |
serverNamePrefix
|
protected Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers |
servers
|
protected String |
xparam
|
| Constructor Summary | |
|---|---|
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon()
|
|
| Method Summary | |
|---|---|
Integer |
getClusterDaemonPort()
Gets the value of the clusterDaemonPort property. |
String |
getClusterDaemonProtocol()
Gets the value of the clusterDaemonProtocol property. |
InteractionModes |
getInteractionMode()
Gets the value of the interactionMode property. |
String |
getJavaHome()
Gets the value of the javaHome property. |
String |
getJonasBasePrefix()
Gets the value of the jonasBasePrefix property. |
String |
getJonasRoot()
Gets the value of the jonasRoot property. |
String |
getName()
Gets the value of the name property. |
String |
getServerNamePrefix()
Gets the value of the serverNamePrefix property. |
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers |
getServers()
Gets the value of the servers property. |
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 |
setClusterDaemonPort(Integer value)
Sets the value of the clusterDaemonPort property. |
void |
setClusterDaemonProtocol(String value)
Sets the value of the clusterDaemonProtocol property. |
void |
setInteractionMode(InteractionModes value)
Sets the value of the interactionMode property. |
void |
setJavaHome(String value)
Sets the value of the javaHome property. |
void |
setJonasBasePrefix(String value)
Sets the value of the jonasBasePrefix property. |
void |
setJonasRoot(String value)
Sets the value of the jonasRoot property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setServerNamePrefix(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(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 String clusterDaemonProtocol
protected Integer clusterDaemonPort
protected String javaHome
protected String jonasRoot
protected String jonasBasePrefix
protected String serverNamePrefix
protected boolean autoboot
protected InteractionModes interactionMode
protected String xparam
protected String name
| 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 String getClusterDaemonProtocol()
Stringpublic void setClusterDaemonProtocol(String value)
value - allowed object is
Stringpublic Integer getClusterDaemonPort()
Integerpublic void setClusterDaemonPort(Integer value)
value - allowed object is
Integerpublic String getJavaHome()
Stringpublic void setJavaHome(String value)
value - allowed object is
Stringpublic String getJonasRoot()
Stringpublic void setJonasRoot(String value)
value - allowed object is
Stringpublic String getJonasBasePrefix()
Stringpublic void setJonasBasePrefix(String value)
value - allowed object is
Stringpublic String getServerNamePrefix()
Stringpublic void setServerNamePrefix(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 String getXparam()
Stringpublic void setXparam(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||