org.jboss.metadata
Class EjbLocalRefMetaData

java.lang.Object
  extended byorg.jboss.metadata.MetaData
      extended byorg.jboss.metadata.EjbLocalRefMetaData
All Implemented Interfaces:
Cloneable, XmlLoadable

public class EjbLocalRefMetaData
extends MetaData

Author:
Daniel OConnor
See Also:

Field Summary
 
Fields inherited from class org.jboss.metadata.MetaData
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN
 
Constructor Summary
EjbLocalRefMetaData()
           
 
Method Summary
 String getInvokerBinding(String bindingName)
           
 String getJndiName()
           
 String getLink()
           
 String getLocal()
           
 String getLocalHome()
           
 String getName()
           
 String getType()
           
 void importEjbJarXml(Element element)
          Non-operation.
 void importJbossXml(Element element)
          Non-operation.
 void importJbossXml(String invokerBinding, Element element)
           
 
Methods inherited from class org.jboss.metadata.MetaData
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbLocalRefMetaData

public EjbLocalRefMetaData()
Method Detail

getName

public String getName()

getType

public String getType()

getLocalHome

public String getLocalHome()

getLocal

public String getLocal()

getLink

public String getLink()

getJndiName

public String getJndiName()

getInvokerBinding

public String getInvokerBinding(String bindingName)

importEjbJarXml

public void importEjbJarXml(Element element)
                     throws org.jboss.deployment.DeploymentException
Description copied from class: MetaData
Non-operation.

Overrides:
importEjbJarXml in class MetaData
Parameters:
element -
Throws:
org.jboss.deployment.DeploymentException

importJbossXml

public void importJbossXml(Element element)
                    throws org.jboss.deployment.DeploymentException
Description copied from class: MetaData
Non-operation.

Overrides:
importJbossXml in class MetaData
Parameters:
element -
Throws:
org.jboss.deployment.DeploymentException

importJbossXml

public void importJbossXml(String invokerBinding,
                           Element element)
                    throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.