org.apache.openejb.jee.wls
Class StatefulSessionClustering

java.lang.Object
  extended by org.apache.openejb.jee.wls.StatefulSessionClustering

public class StatefulSessionClustering
extends Object

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  String homeCallRouterClassName
           
protected  Boolean homeIsClusterable
           
protected  String homeLoadAlgorithm
           
protected  String id
           
protected  String replicationType
           
protected  Boolean useServersideStubs
           
 
Constructor Summary
StatefulSessionClustering()
           
 
Method Summary
 String getHomeCallRouterClassName()
          Gets the value of the homeCallRouterClassName property.
 Boolean getHomeIsClusterable()
          Gets the value of the homeIsClusterable property.
 String getHomeLoadAlgorithm()
          Gets the value of the homeLoadAlgorithm property.
 String getId()
          Gets the value of the id property.
 String getReplicationType()
          Gets the value of the replicationType property.
 Boolean getUseServersideStubs()
          Gets the value of the useServersideStubs property.
 void setHomeCallRouterClassName(String value)
          Sets the value of the homeCallRouterClassName property.
 void setHomeIsClusterable(Boolean value)
          Sets the value of the homeIsClusterable property.
 void setHomeLoadAlgorithm(String value)
          Sets the value of the homeLoadAlgorithm property.
 void setId(String value)
          Sets the value of the id property.
 void setReplicationType(String value)
          Sets the value of the replicationType property.
 void setUseServersideStubs(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

homeIsClusterable

protected Boolean homeIsClusterable

homeLoadAlgorithm

protected String homeLoadAlgorithm

homeCallRouterClassName

protected String homeCallRouterClassName

useServersideStubs

protected Boolean useServersideStubs

replicationType

protected String replicationType

id

protected String id
Constructor Detail

StatefulSessionClustering

public StatefulSessionClustering()
Method Detail

getHomeIsClusterable

public Boolean getHomeIsClusterable()
Gets the value of the homeIsClusterable property.

Returns:
possible object is Boolean

setHomeIsClusterable

public void setHomeIsClusterable(Boolean value)
Sets the value of the homeIsClusterable property.

Parameters:
value - allowed object is Boolean

getHomeLoadAlgorithm

public String getHomeLoadAlgorithm()
Gets the value of the homeLoadAlgorithm property.

Returns:
possible object is String

setHomeLoadAlgorithm

public void setHomeLoadAlgorithm(String value)
Sets the value of the homeLoadAlgorithm property.

Parameters:
value - allowed object is String

getHomeCallRouterClassName

public String getHomeCallRouterClassName()
Gets the value of the homeCallRouterClassName property.

Returns:
possible object is String

setHomeCallRouterClassName

public void setHomeCallRouterClassName(String value)
Sets the value of the homeCallRouterClassName property.

Parameters:
value - allowed object is String

getUseServersideStubs

public Boolean getUseServersideStubs()
Gets the value of the useServersideStubs property.

Returns:
possible object is Boolean

setUseServersideStubs

public void setUseServersideStubs(Boolean value)
Sets the value of the useServersideStubs property.

Parameters:
value - allowed object is Boolean

getReplicationType

public String getReplicationType()
Gets the value of the replicationType property.

Returns:
possible object is String

setReplicationType

public void setReplicationType(String value)
Sets the value of the replicationType property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.