Package org.apache.openejb.jee.wls
Class StatelessClustering
- java.lang.Object
-
- org.apache.openejb.jee.wls.StatelessClustering
-
public class StatelessClustering extends 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
Fields Modifier and Type Field Description protected StringhomeCallRouterClassNameprotected BooleanhomeIsClusterableprotected StringhomeLoadAlgorithmprotected Stringidprotected StringstatelessBeanCallRouterClassNameprotected BooleanstatelessBeanIsClusterableprotected StringstatelessBeanLoadAlgorithmprotected BooleanuseServersideStubs
-
Constructor Summary
Constructors Constructor Description StatelessClustering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHomeCallRouterClassName()Gets the value of the homeCallRouterClassName property.BooleangetHomeIsClusterable()Gets the value of the homeIsClusterable property.StringgetHomeLoadAlgorithm()Gets the value of the homeLoadAlgorithm property.StringgetId()Gets the value of the id property.StringgetStatelessBeanCallRouterClassName()Gets the value of the statelessBeanCallRouterClassName property.BooleangetStatelessBeanIsClusterable()Gets the value of the statelessBeanIsClusterable property.StringgetStatelessBeanLoadAlgorithm()Gets the value of the statelessBeanLoadAlgorithm property.BooleangetUseServersideStubs()Gets the value of the useServersideStubs property.voidsetHomeCallRouterClassName(String value)Sets the value of the homeCallRouterClassName property.voidsetHomeIsClusterable(Boolean value)Sets the value of the homeIsClusterable property.voidsetHomeLoadAlgorithm(String value)Sets the value of the homeLoadAlgorithm property.voidsetId(String value)Sets the value of the id property.voidsetStatelessBeanCallRouterClassName(String value)Sets the value of the statelessBeanCallRouterClassName property.voidsetStatelessBeanIsClusterable(Boolean value)Sets the value of the statelessBeanIsClusterable property.voidsetStatelessBeanLoadAlgorithm(String value)Sets the value of the statelessBeanLoadAlgorithm property.voidsetUseServersideStubs(Boolean value)Sets the value of the useServersideStubs property.
-
-
-
Field Detail
-
homeIsClusterable
protected Boolean homeIsClusterable
-
homeLoadAlgorithm
protected String homeLoadAlgorithm
-
homeCallRouterClassName
protected String homeCallRouterClassName
-
useServersideStubs
protected Boolean useServersideStubs
-
statelessBeanIsClusterable
protected Boolean statelessBeanIsClusterable
-
statelessBeanLoadAlgorithm
protected String statelessBeanLoadAlgorithm
-
statelessBeanCallRouterClassName
protected String statelessBeanCallRouterClassName
-
id
protected String id
-
-
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 isBoolean
-
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 isString
-
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 isString
-
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 isBoolean
-
getStatelessBeanIsClusterable
public Boolean getStatelessBeanIsClusterable()
Gets the value of the statelessBeanIsClusterable property.- Returns:
- possible object is
Boolean
-
setStatelessBeanIsClusterable
public void setStatelessBeanIsClusterable(Boolean value)
Sets the value of the statelessBeanIsClusterable property.- Parameters:
value- allowed object isBoolean
-
getStatelessBeanLoadAlgorithm
public String getStatelessBeanLoadAlgorithm()
Gets the value of the statelessBeanLoadAlgorithm property.- Returns:
- possible object is
String
-
setStatelessBeanLoadAlgorithm
public void setStatelessBeanLoadAlgorithm(String value)
Sets the value of the statelessBeanLoadAlgorithm property.- Parameters:
value- allowed object isString
-
getStatelessBeanCallRouterClassName
public String getStatelessBeanCallRouterClassName()
Gets the value of the statelessBeanCallRouterClassName property.- Returns:
- possible object is
String
-
setStatelessBeanCallRouterClassName
public void setStatelessBeanCallRouterClassName(String value)
Sets the value of the statelessBeanCallRouterClassName property.- Parameters:
value- allowed object isString
-
-