org.jboss.metadata.ejb.jboss
Class LocalBindingMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.ejb.jboss.LocalBindingMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class LocalBindingMetaData
extends IdMetaDataImplWithDescriptions

LocalBindingMetaData

Version:
$Revision$
Author:
Emanuel Muckenhuber
See Also:
Serialized Form

Constructor Summary
LocalBindingMetaData()
           
 
Method Summary
 String getJndiName()
          Get the jndiName.
 void setJndiName(String jndiName)
          Set the jndiName.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalBindingMetaData

public LocalBindingMetaData()
Method Detail

getJndiName

public String getJndiName()
Get the jndiName.

Returns:
the jndiName.

setJndiName

public void setJndiName(String jndiName)
Set the jndiName.

Parameters:
jndiName - the jndiName.
Throws:
IllegalArgumentException - for a null jndiName


Copyright © 2009 JBoss Inc.. All Rights Reserved.