org.jboss.metadata
Class EjbRefMetaData

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

Deprecated.

@Deprecated
public class EjbRefMetaData
extends OldMetaData<EJBReferenceMetaData>

An ejb-ref encapsulation

Version:
$Revision: 57300 $
Author:
Sebastien Alborini, 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
EjbRefMetaData(EJBReferenceMetaData delegate)
          Deprecated. Create a new EjbRefMetaData.
 
Method Summary
static EjbRefMetaData create(EJBReferenceMetaData delegate)
          Deprecated. Create a new EjbRefMetaData.
 String getHome()
          Deprecated. Get the home.
 String getInvokerBinding(String bindingName)
          Deprecated. Get the invoker binding
 String getJndiName()
          Deprecated. Get the jndiName.
 String getLink()
          Deprecated. Get the link.
 String getName()
          Deprecated. Get the name.
 String getRemote()
          Deprecated. Get the remote.
 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

EjbRefMetaData

public EjbRefMetaData(EJBReferenceMetaData delegate)
Deprecated. 
Create a new EjbRefMetaData.

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

create

public static EjbRefMetaData create(EJBReferenceMetaData delegate)
Deprecated. 
Create a new EjbRefMetaData.

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

getHome

public String getHome()
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.

getRemote

public String getRemote()
Deprecated. 
Get the remote.

Returns:
the remote.

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


Copyright © 2009 JBoss Inc.. All Rights Reserved.