|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.StatelessClustering
public class StatelessClustering
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 String |
homeCallRouterClassName
|
protected Boolean |
homeIsClusterable
|
protected String |
homeLoadAlgorithm
|
protected String |
id
|
protected String |
statelessBeanCallRouterClassName
|
protected Boolean |
statelessBeanIsClusterable
|
protected String |
statelessBeanLoadAlgorithm
|
protected Boolean |
useServersideStubs
|
Constructor Summary | |
---|---|
StatelessClustering()
|
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 |
getStatelessBeanCallRouterClassName()
Gets the value of the statelessBeanCallRouterClassName property. |
Boolean |
getStatelessBeanIsClusterable()
Gets the value of the statelessBeanIsClusterable property. |
String |
getStatelessBeanLoadAlgorithm()
Gets the value of the statelessBeanLoadAlgorithm 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 |
setStatelessBeanCallRouterClassName(String value)
Sets the value of the statelessBeanCallRouterClassName property. |
void |
setStatelessBeanIsClusterable(Boolean value)
Sets the value of the statelessBeanIsClusterable property. |
void |
setStatelessBeanLoadAlgorithm(String value)
Sets the value of the statelessBeanLoadAlgorithm 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 |
---|
protected Boolean homeIsClusterable
protected String homeLoadAlgorithm
protected String homeCallRouterClassName
protected Boolean useServersideStubs
protected Boolean statelessBeanIsClusterable
protected String statelessBeanLoadAlgorithm
protected String statelessBeanCallRouterClassName
protected String id
Constructor Detail |
---|
public StatelessClustering()
Method Detail |
---|
public Boolean getHomeIsClusterable()
Boolean
public void setHomeIsClusterable(Boolean value)
value
- allowed object is
Boolean
public String getHomeLoadAlgorithm()
String
public void setHomeLoadAlgorithm(String value)
value
- allowed object is
String
public String getHomeCallRouterClassName()
String
public void setHomeCallRouterClassName(String value)
value
- allowed object is
String
public Boolean getUseServersideStubs()
Boolean
public void setUseServersideStubs(Boolean value)
value
- allowed object is
Boolean
public Boolean getStatelessBeanIsClusterable()
Boolean
public void setStatelessBeanIsClusterable(Boolean value)
value
- allowed object is
Boolean
public String getStatelessBeanLoadAlgorithm()
String
public void setStatelessBeanLoadAlgorithm(String value)
value
- allowed object is
String
public String getStatelessBeanCallRouterClassName()
String
public void setStatelessBeanCallRouterClassName(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |