org.jboss.metadata
Class MessageDestinationRefMetaData

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

Deprecated.

@Deprecated
public class MessageDestinationRefMetaData
extends OldMetaData<MessageDestinationReferenceMetaData>

Message Destination Reference Metadata

Version:
$Revision: 57300 $
Author:
Adrian Brock.

Field Summary
static int CONSUMES
          Deprecated. Whether this consumes
static int CONSUMESPRODUCES
          Deprecated. Whether this consumes and produces
static int PRODUCES
          Deprecated. Whether this produces
 
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
MessageDestinationRefMetaData(MessageDestinationReferenceMetaData delegate)
          Deprecated. Create a new MesssageDestinationRefMetaData.
 
Method Summary
static MessageDestinationRefMetaData create(MessageDestinationReferenceMetaData delegate)
          Deprecated. Create a new MessageDestinationRefMetaData.
 String getJndiName()
          Deprecated. Get the jndiName.
 String getJNDIName()
          Deprecated. Get the jndi name
 String getLink()
          Deprecated. Get the link.
 String getRefName()
          Deprecated. Get the refName.
 String getType()
          Deprecated. Get the type.
 int getUsage()
          Deprecated. Get the usage.
 
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
 

Field Detail

CONSUMES

public static final int CONSUMES
Deprecated. 
Whether this consumes

See Also:
Constant Field Values

PRODUCES

public static final int PRODUCES
Deprecated. 
Whether this produces

See Also:
Constant Field Values

CONSUMESPRODUCES

public static final int CONSUMESPRODUCES
Deprecated. 
Whether this consumes and produces

See Also:
Constant Field Values
Constructor Detail

MessageDestinationRefMetaData

public MessageDestinationRefMetaData(MessageDestinationReferenceMetaData delegate)
Deprecated. 
Create a new MesssageDestinationRefMetaData.

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

create

public static MessageDestinationRefMetaData create(MessageDestinationReferenceMetaData delegate)
Deprecated. 
Create a new MessageDestinationRefMetaData.

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

getJNDIName

public String getJNDIName()
Deprecated. 
Get the jndi name

Returns:
the jndi name

getJndiName

public String getJndiName()
Deprecated. 
Get the jndiName.

Returns:
the jndiName.

getLink

public String getLink()
Deprecated. 
Get the link.

Returns:
the link.

getRefName

public String getRefName()
Deprecated. 
Get the refName.

Returns:
the refName.

getType

public String getType()
Deprecated. 
Get the type.

Returns:
the type.

getUsage

public int getUsage()
Deprecated. 
Get the usage.

Returns:
the usage.


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