org.jboss.metadata
Class EjbLocalRefMetaData

java.lang.Object
  extended by org.jboss.metadata.MetaData
      extended by org.jboss.metadata.OldMetaData<EJBLocalReferenceMetaData>
          extended by org.jboss.metadata.EjbLocalRefMetaData
All Implemented Interfaces:
Cloneable, XmlLoadable

Deprecated.

@Deprecated
public class EjbLocalRefMetaData
extends OldMetaData<EJBLocalReferenceMetaData>

An ejb-local-ref encapsulation

Version:
$Revision: 57300 $
Author:
Daniel OConnor, Scott.Stark@jboss.org, Adrian Brock

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(EJBLocalReferenceMetaData delegate)
          Deprecated. Create a new EjbLocalRefMetaData.
 
Method Summary
static EjbLocalRefMetaData create(EJBLocalReferenceMetaData delegate)
          Deprecated. Create a new EjbLocalRefMetaData.
 String getInvokerBinding(String bindingName)
          Deprecated. Get the invoker binding
 String getJndiName()
          Deprecated. Get the jndiName.
 String getLink()
          Deprecated. Get the link.
 String getLocal()
          Deprecated. Get the local.
 String getLocalHome()
          Deprecated. Get the home.
 String getName()
          Deprecated. Get the name.
 String getType()
          Deprecated. Get the type.
 
Methods inherited from class org.jboss.metadata.OldMetaData
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString
 
Methods inherited from class org.jboss.metadata.MetaData
clone, getChildrenByTagName, getElementAttribute, getElementAttribute, getElementContent, getElementContent, getElementContent, getFirstElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbLocalRefMetaData

public EjbLocalRefMetaData(EJBLocalReferenceMetaData delegate)
Deprecated. 
Create a new EjbLocalRefMetaData.

Parameters:
delegate - the delegate
Throws:
IllegalArgumentException - for a null delegate
Method Detail

create

public static EjbLocalRefMetaData create(EJBLocalReferenceMetaData delegate)
Deprecated. 
Create a new EjbLocalRefMetaData.

Parameters:
delegate - the delegate
Returns:
the metadata
Throws:
IllegalArgumentException - for a null delegate or an unknown delegate

getLocalHome

public String getLocalHome()
Deprecated. 
Get the home.

Returns:
the home.

getJndiName

public String getJndiName()
Deprecated. 
Get the jndiName.

Returns:
the jndiName.

getLink

public String getLink()
Deprecated. 
Get the link.

Returns:
the link.

getName

public String getName()
Deprecated. 
Get the name.

Returns:
the name.

getLocal

public String getLocal()
Deprecated. 
Get the local.

Returns:
the local.

getType

public String getType()
Deprecated. 
Get the type.

Returns:
the type.

getInvokerBinding

public String getInvokerBinding(String bindingName)
Deprecated. 
Get the invoker binding

Parameters:
bindingName - the binding name
Returns:
the invoker binding or null if not found
Throws:
UnsupportedOperationException - always


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.