|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.StatefulSessionClustering
public class StatefulSessionClustering
Java class for stateful-session-clustering complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stateful-session-clustering">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="home-is-clusterable" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="home-load-algorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="home-call-router-class-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="use-serverside-stubs" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="replication-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
homeCallRouterClassName
|
protected java.lang.Boolean |
homeIsClusterable
|
protected java.lang.String |
homeLoadAlgorithm
|
protected java.lang.String |
id
|
protected java.lang.String |
replicationType
|
protected java.lang.Boolean |
useServersideStubs
|
| Constructor Summary | |
|---|---|
StatefulSessionClustering()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHomeCallRouterClassName()
Gets the value of the homeCallRouterClassName property. |
java.lang.Boolean |
getHomeIsClusterable()
Gets the value of the homeIsClusterable property. |
java.lang.String |
getHomeLoadAlgorithm()
Gets the value of the homeLoadAlgorithm property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getReplicationType()
Gets the value of the replicationType property. |
java.lang.Boolean |
getUseServersideStubs()
Gets the value of the useServersideStubs property. |
void |
setHomeCallRouterClassName(java.lang.String value)
Sets the value of the homeCallRouterClassName property. |
void |
setHomeIsClusterable(java.lang.Boolean value)
Sets the value of the homeIsClusterable property. |
void |
setHomeLoadAlgorithm(java.lang.String value)
Sets the value of the homeLoadAlgorithm property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setReplicationType(java.lang.String value)
Sets the value of the replicationType property. |
void |
setUseServersideStubs(java.lang.Boolean value)
Sets the value of the useServersideStubs 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 homeIsClusterable
protected java.lang.String homeLoadAlgorithm
protected java.lang.String homeCallRouterClassName
protected java.lang.Boolean useServersideStubs
protected java.lang.String replicationType
protected java.lang.String id
| Constructor Detail |
|---|
public StatefulSessionClustering()
| Method Detail |
|---|
public java.lang.Boolean getHomeIsClusterable()
Booleanpublic void setHomeIsClusterable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getHomeLoadAlgorithm()
Stringpublic void setHomeLoadAlgorithm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHomeCallRouterClassName()
Stringpublic void setHomeCallRouterClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getUseServersideStubs()
Booleanpublic void setUseServersideStubs(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getReplicationType()
Stringpublic void setReplicationType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(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 | |||||||||