org.ow2.jonas.deployment.ejb.xml
Class JonasMessageDrivenDestination

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

public class JonasMessageDrivenDestination
extends AbsElement

This class defines the implementation of the element jonas-message-driven-destination

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
JonasMessageDrivenDestination()
          Constructor
 
Method Summary
 String getJndiName()
          Gets the jndi-name
 void setJndiName(String jndiName)
          Set the jndi-name
 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

JonasMessageDrivenDestination

public JonasMessageDrivenDestination()
Constructor

Method Detail

getJndiName

public String getJndiName()
Gets the jndi-name

Returns:
the jndi-name

setJndiName

public void setJndiName(String jndiName)
Set the jndi-name

Parameters:
jndiName - jndiName

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.


Copyright © 2010 OW2 Consortium. All Rights Reserved.