org.apache.openejb.jee.wls
Class StatelessClustering

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

public class StatelessClustering
extends java.lang.Object

Java class for stateless-clustering complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="stateless-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="stateless-bean-is-clusterable" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="stateless-bean-load-algorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stateless-bean-call-router-class-name" 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 statelessBeanCallRouterClassName
           
protected  java.lang.Boolean statelessBeanIsClusterable
           
protected  java.lang.String statelessBeanLoadAlgorithm
           
protected  java.lang.Boolean useServersideStubs
           
 
Constructor Summary
StatelessClustering()
           
 
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 getStatelessBeanCallRouterClassName()
          Gets the value of the statelessBeanCallRouterClassName property.
 java.lang.Boolean getStatelessBeanIsClusterable()
          Gets the value of the statelessBeanIsClusterable property.
 java.lang.String getStatelessBeanLoadAlgorithm()
          Gets the value of the statelessBeanLoadAlgorithm 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 setStatelessBeanCallRouterClassName(java.lang.String value)
          Sets the value of the statelessBeanCallRouterClassName property.
 void setStatelessBeanIsClusterable(java.lang.Boolean value)
          Sets the value of the statelessBeanIsClusterable property.
 void setStatelessBeanLoadAlgorithm(java.lang.String value)
          Sets the value of the statelessBeanLoadAlgorithm 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

homeIsClusterable

protected java.lang.Boolean homeIsClusterable

homeLoadAlgorithm

protected java.lang.String homeLoadAlgorithm

homeCallRouterClassName

protected java.lang.String homeCallRouterClassName

useServersideStubs

protected java.lang.Boolean useServersideStubs

statelessBeanIsClusterable

protected java.lang.Boolean statelessBeanIsClusterable

statelessBeanLoadAlgorithm

protected java.lang.String statelessBeanLoadAlgorithm

statelessBeanCallRouterClassName

protected java.lang.String statelessBeanCallRouterClassName

id

protected java.lang.String id
Constructor Detail

StatelessClustering

public StatelessClustering()
Method Detail

getHomeIsClusterable

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

Returns:
possible object is Boolean

setHomeIsClusterable

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

Parameters:
value - allowed object is Boolean

getHomeLoadAlgorithm

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

Returns:
possible object is String

setHomeLoadAlgorithm

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

Parameters:
value - allowed object is String

getHomeCallRouterClassName

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

Returns:
possible object is String

setHomeCallRouterClassName

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

Parameters:
value - allowed object is String

getUseServersideStubs

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

Returns:
possible object is Boolean

setUseServersideStubs

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

Parameters:
value - allowed object is Boolean

getStatelessBeanIsClusterable

public java.lang.Boolean getStatelessBeanIsClusterable()
Gets the value of the statelessBeanIsClusterable property.

Returns:
possible object is Boolean

setStatelessBeanIsClusterable

public void setStatelessBeanIsClusterable(java.lang.Boolean value)
Sets the value of the statelessBeanIsClusterable property.

Parameters:
value - allowed object is Boolean

getStatelessBeanLoadAlgorithm

public java.lang.String getStatelessBeanLoadAlgorithm()
Gets the value of the statelessBeanLoadAlgorithm property.

Returns:
possible object is String

setStatelessBeanLoadAlgorithm

public void setStatelessBeanLoadAlgorithm(java.lang.String value)
Sets the value of the statelessBeanLoadAlgorithm property.

Parameters:
value - allowed object is String

getStatelessBeanCallRouterClassName

public java.lang.String getStatelessBeanCallRouterClassName()
Gets the value of the statelessBeanCallRouterClassName property.

Returns:
possible object is String

setStatelessBeanCallRouterClassName

public void setStatelessBeanCallRouterClassName(java.lang.String value)
Sets the value of the statelessBeanCallRouterClassName property.

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


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