|
|||||||||
| 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.Web
public static class Configuration.ActiveServices.Web
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="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>
| Nested Class Summary | |
|---|---|
static class |
Configuration.ActiveServices.Web.AjpConf
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Web.HttpConf
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Web.HttpReplicationConf
Java class for anonymous complex type. |
static class |
Configuration.ActiveServices.Web.HttpsConf
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.Boolean |
ajpActivated
|
protected Configuration.ActiveServices.Web.AjpConf |
ajpConf
|
protected Configuration.ActiveServices.Web.HttpConf |
httpConf
|
protected java.lang.Boolean |
httpReplicationActivated
|
protected Configuration.ActiveServices.Web.HttpReplicationConf |
httpReplicationConf
|
protected java.lang.Boolean |
httpsActivated
|
protected Configuration.ActiveServices.Web.HttpsConf |
httpsConf
|
protected java.lang.String |
jvmRoute
|
| Constructor Summary | |
|---|---|
Configuration.ActiveServices.Web()
|
|
| Method Summary | |
|---|---|
Configuration.ActiveServices.Web.AjpConf |
getAjpConf()
Gets the value of the ajpConf property. |
Configuration.ActiveServices.Web.HttpConf |
getHttpConf()
Gets the value of the httpConf property. |
Configuration.ActiveServices.Web.HttpReplicationConf |
getHttpReplicationConf()
Gets the value of the httpReplicationConf property. |
Configuration.ActiveServices.Web.HttpsConf |
getHttpsConf()
Gets the value of the httpsConf property. |
java.lang.String |
getJvmRoute()
Gets the value of the jvmRoute property. |
java.lang.Boolean |
isAjpActivated()
Gets the value of the ajpActivated property. |
java.lang.Boolean |
isHttpReplicationActivated()
Gets the value of the httpReplicationActivated property. |
java.lang.Boolean |
isHttpsActivated()
Gets the value of the httpsActivated property. |
void |
setAjpActivated(java.lang.Boolean value)
Sets the value of the ajpActivated property. |
void |
setAjpConf(Configuration.ActiveServices.Web.AjpConf value)
Sets the value of the ajpConf property. |
void |
setHttpConf(Configuration.ActiveServices.Web.HttpConf value)
Sets the value of the httpConf property. |
void |
setHttpReplicationActivated(java.lang.Boolean value)
Sets the value of the httpReplicationActivated property. |
void |
setHttpReplicationConf(Configuration.ActiveServices.Web.HttpReplicationConf value)
Sets the value of the httpReplicationConf property. |
void |
setHttpsActivated(java.lang.Boolean value)
Sets the value of the httpsActivated property. |
void |
setHttpsConf(Configuration.ActiveServices.Web.HttpsConf value)
Sets the value of the httpsConf property. |
void |
setJvmRoute(java.lang.String value)
Sets the value of the jvmRoute property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean httpsActivated
protected java.lang.Boolean ajpActivated
protected java.lang.Boolean httpReplicationActivated
protected Configuration.ActiveServices.Web.HttpConf httpConf
protected Configuration.ActiveServices.Web.HttpsConf httpsConf
protected Configuration.ActiveServices.Web.AjpConf ajpConf
protected java.lang.String jvmRoute
protected Configuration.ActiveServices.Web.HttpReplicationConf httpReplicationConf
| Constructor Detail |
|---|
public Configuration.ActiveServices.Web()
| Method Detail |
|---|
public java.lang.Boolean isHttpsActivated()
Booleanpublic void setHttpsActivated(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAjpActivated()
Booleanpublic void setAjpActivated(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isHttpReplicationActivated()
Booleanpublic void setHttpReplicationActivated(java.lang.Boolean value)
value - allowed object is
Booleanpublic Configuration.ActiveServices.Web.HttpConf getHttpConf()
Configuration.ActiveServices.Web.HttpConfpublic void setHttpConf(Configuration.ActiveServices.Web.HttpConf value)
value - allowed object is
Configuration.ActiveServices.Web.HttpConfpublic Configuration.ActiveServices.Web.HttpsConf getHttpsConf()
Configuration.ActiveServices.Web.HttpsConfpublic void setHttpsConf(Configuration.ActiveServices.Web.HttpsConf value)
value - allowed object is
Configuration.ActiveServices.Web.HttpsConfpublic Configuration.ActiveServices.Web.AjpConf getAjpConf()
Configuration.ActiveServices.Web.AjpConfpublic void setAjpConf(Configuration.ActiveServices.Web.AjpConf value)
value - allowed object is
Configuration.ActiveServices.Web.AjpConfpublic java.lang.String getJvmRoute()
Stringpublic void setJvmRoute(java.lang.String value)
value - allowed object is
Stringpublic Configuration.ActiveServices.Web.HttpReplicationConf getHttpReplicationConf()
Configuration.ActiveServices.Web.HttpReplicationConfpublic void setHttpReplicationConf(Configuration.ActiveServices.Web.HttpReplicationConf value)
value - allowed object is
Configuration.ActiveServices.Web.HttpReplicationConf
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||