org.ow2.jasmine.deployme.generated
Class Configuration.EjbClustering

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Configuration.EjbClustering
Enclosing class:
Configuration

public static class Configuration.EjbClustering
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="ejbClustering_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="multicast_addr" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean ejbClusteringActivated
           
protected  java.lang.String multicastAddr
           
protected  java.math.BigInteger multicastPort
           
 
Constructor Summary
Configuration.EjbClustering()
           
 
Method Summary
 java.lang.String getMulticastAddr()
          Gets the value of the multicastAddr property.
 java.math.BigInteger getMulticastPort()
          Gets the value of the multicastPort property.
 java.lang.Boolean isEjbClusteringActivated()
          Gets the value of the ejbClusteringActivated property.
 void setEjbClusteringActivated(java.lang.Boolean value)
          Sets the value of the ejbClusteringActivated property.
 void setMulticastAddr(java.lang.String value)
          Sets the value of the multicastAddr property.
 void setMulticastPort(java.math.BigInteger value)
          Sets the value of the multicastPort property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbClusteringActivated

protected java.lang.Boolean ejbClusteringActivated

multicastAddr

protected java.lang.String multicastAddr

multicastPort

protected java.math.BigInteger multicastPort
Constructor Detail

Configuration.EjbClustering

public Configuration.EjbClustering()
Method Detail

isEjbClusteringActivated

public java.lang.Boolean isEjbClusteringActivated()
Gets the value of the ejbClusteringActivated property.

Returns:
possible object is Boolean

setEjbClusteringActivated

public void setEjbClusteringActivated(java.lang.Boolean value)
Sets the value of the ejbClusteringActivated property.

Parameters:
value - allowed object is Boolean

getMulticastAddr

public java.lang.String getMulticastAddr()
Gets the value of the multicastAddr property.

Returns:
possible object is String

setMulticastAddr

public void setMulticastAddr(java.lang.String value)
Sets the value of the multicastAddr property.

Parameters:
value - allowed object is String

getMulticastPort

public java.math.BigInteger getMulticastPort()
Gets the value of the multicastPort property.

Returns:
possible object is BigInteger

setMulticastPort

public void setMulticastPort(java.math.BigInteger value)
Sets the value of the multicastPort property.

Parameters:
value - allowed object is BigInteger


Copyright © 2008 OW2 Consortium. All Rights Reserved.