org.jboss.metadata
Class InvokerProxyBindingMetaData

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

Deprecated.

@Deprecated
public class InvokerProxyBindingMetaData
extends OldMetaData<InvokerProxyBindingMetaData>

The configuration information for invoker-proxy bindingss that may be tied to a EJB container.

Version:
$Revision: 37390 $
Author:
Bill Burke, 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
  InvokerProxyBindingMetaData(InvokerProxyBindingMetaData delegate)
          Deprecated. Create a new InvokerProxyBindingMetaData.
protected InvokerProxyBindingMetaData(org.jboss.metadata.spi.MetaData metaData)
          Deprecated. Create a new InvokerProxyBindingMetaData.
 
Method Summary
static InvokerProxyBindingMetaData create(InvokerProxyBindingMetaData delegate)
          Deprecated. Create a new InvokerProxyBindingMetaData.
 String getInvokerMBean()
          Deprecated. Get the detached invoker MBean service name associated with the proxy
 String getName()
          Deprecated. Get the unique name of the invoker proxy binding
 String getProxyFactory()
          Deprecated. Get the class name of the org.jboss.ejb.EJBProxyFactory implementation used to create proxies for this configuration
 Element getProxyFactoryConfig()
          Deprecated. An arbitary configuration to pass to the EJBProxyFactory implementation
 
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

InvokerProxyBindingMetaData

public InvokerProxyBindingMetaData(InvokerProxyBindingMetaData delegate)
Deprecated. 
Create a new InvokerProxyBindingMetaData.

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

InvokerProxyBindingMetaData

protected InvokerProxyBindingMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. 
Create a new InvokerProxyBindingMetaData.

Parameters:
metaData - the delegate metadata
Throws:
IllegalArgumentException - for a null metaData
IllegalStateException - if the metadata doesn't have an InvokerProxyBindingMetaData
Method Detail

create

public static InvokerProxyBindingMetaData create(InvokerProxyBindingMetaData delegate)
Deprecated. 
Create a new InvokerProxyBindingMetaData.

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

getName

public String getName()
Deprecated. 
Get the unique name of the invoker proxy binding

Returns:
the name

getInvokerMBean

public String getInvokerMBean()
Deprecated. 
Get the detached invoker MBean service name associated with the proxy

Returns:
the invoker name

getProxyFactory

public String getProxyFactory()
Deprecated. 
Get the class name of the org.jboss.ejb.EJBProxyFactory implementation used to create proxies for this configuration

Returns:
the proxy factory

getProxyFactoryConfig

public Element getProxyFactoryConfig()
Deprecated. 
An arbitary configuration to pass to the EJBProxyFactory implementation



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