org.ow2.jonas.deployment.clusterd.xml
Class Discovery

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.clusterd.xml.Discovery
All Implemented Interfaces:
Serializable, Element

public class Discovery
extends AbsElement

See Also:
Serialized Form

Constructor Summary
Discovery()
           
 
Method Summary
 String getDiscoveryGroupName()
           
 String getDiscoveryStackFile()
           
 boolean getStartDiscovery()
           
 void setDiscoveryGroupName(String discoveryGroupName)
           
 void setDiscoveryStackFile(String discoveryStackFile)
           
 void setStartDiscovery(String startDiscovery)
           
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Discovery

public Discovery()
Method Detail

getDiscoveryStackFile

public String getDiscoveryStackFile()
Returns:
the discoveryStackFile

setDiscoveryStackFile

public void setDiscoveryStackFile(String discoveryStackFile)
Parameters:
discoveryStackFile - the discoveryStackFile to set

getDiscoveryGroupName

public String getDiscoveryGroupName()
Returns:
the discoveryGroupName

setDiscoveryGroupName

public void setDiscoveryGroupName(String discoveryGroupName)
Parameters:
discoveryGroupName - the discoveryGroupName to set

toXML

public String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.

getStartDiscovery

public boolean getStartDiscovery()
Returns:
the startDiscovery

setStartDiscovery

public void setStartDiscovery(String startDiscovery)
Parameters:
startDiscovery - the startDiscovery to set


Copyright © 2010 OW2 Consortium. All Rights Reserved.