|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Configuration.ActiveServices
public static class Configuration.ActiveServices
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="web" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="https_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ajp_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="http_replication_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="http_conf" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}web_conf"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="https_conf" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}web_conf"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ajp_conf" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}web_conf"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="jvm_route" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="http_replication_conf" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cluster_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="mcastaddre" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="mcastport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="listenport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="db" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="discovery" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="master_activation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="source_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="greeting_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ttl" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="mail" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="factory_type" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="factory_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ws" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="wsdl_filename" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="wsdl_file_dir" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ha" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="ha_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="multicast_addr" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="names" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Configuration.ActiveServices.Db
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Discovery
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Ha
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Mail
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Web
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Ws
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Configuration.ActiveServices.Db |
db
|
protected Configuration.ActiveServices.Discovery |
discovery
|
protected Configuration.ActiveServices.Ha |
ha
|
protected Configuration.ActiveServices.Mail |
mail
|
protected java.lang.String |
names
|
protected Configuration.ActiveServices.Web |
web
|
protected Configuration.ActiveServices.Ws |
ws
|
| Constructor Summary | |
|---|---|
Configuration.ActiveServices()
|
|
| Method Summary | |
|---|---|
Configuration.ActiveServices.Db |
getDb()
Gets the value of the db property. |
Configuration.ActiveServices.Discovery |
getDiscovery()
Gets the value of the discovery property. |
Configuration.ActiveServices.Ha |
getHa()
Gets the value of the ha property. |
Configuration.ActiveServices.Mail |
getMail()
Gets the value of the mail property. |
java.lang.String |
getNames()
Gets the value of the names property. |
Configuration.ActiveServices.Web |
getWeb()
Gets the value of the web property. |
Configuration.ActiveServices.Ws |
getWs()
Gets the value of the ws property. |
void |
setDb(Configuration.ActiveServices.Db value)
Sets the value of the db property. |
void |
setDiscovery(Configuration.ActiveServices.Discovery value)
Sets the value of the discovery property. |
void |
setHa(Configuration.ActiveServices.Ha value)
Sets the value of the ha property. |
void |
setMail(Configuration.ActiveServices.Mail value)
Sets the value of the mail property. |
void |
setNames(java.lang.String value)
Sets the value of the names property. |
void |
setWeb(Configuration.ActiveServices.Web value)
Sets the value of the web property. |
void |
setWs(Configuration.ActiveServices.Ws value)
Sets the value of the ws property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Configuration.ActiveServices.Web web
protected Configuration.ActiveServices.Db db
protected Configuration.ActiveServices.Discovery discovery
protected Configuration.ActiveServices.Mail mail
protected Configuration.ActiveServices.Ws ws
protected Configuration.ActiveServices.Ha ha
protected java.lang.String names
| Constructor Detail |
|---|
public Configuration.ActiveServices()
| Method Detail |
|---|
public Configuration.ActiveServices.Web getWeb()
Configuration.ActiveServices.Webpublic void setWeb(Configuration.ActiveServices.Web value)
value - allowed object is
Configuration.ActiveServices.Webpublic Configuration.ActiveServices.Db getDb()
Configuration.ActiveServices.Dbpublic void setDb(Configuration.ActiveServices.Db value)
value - allowed object is
Configuration.ActiveServices.Dbpublic Configuration.ActiveServices.Discovery getDiscovery()
Configuration.ActiveServices.Discoverypublic void setDiscovery(Configuration.ActiveServices.Discovery value)
value - allowed object is
Configuration.ActiveServices.Discoverypublic Configuration.ActiveServices.Mail getMail()
Configuration.ActiveServices.Mailpublic void setMail(Configuration.ActiveServices.Mail value)
value - allowed object is
Configuration.ActiveServices.Mailpublic Configuration.ActiveServices.Ws getWs()
Configuration.ActiveServices.Wspublic void setWs(Configuration.ActiveServices.Ws value)
value - allowed object is
Configuration.ActiveServices.Wspublic Configuration.ActiveServices.Ha getHa()
Configuration.ActiveServices.Hapublic void setHa(Configuration.ActiveServices.Ha value)
value - allowed object is
Configuration.ActiveServices.Hapublic java.lang.String getNames()
Stringpublic void setNames(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 | ||||||||