|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<InvokerProxyBindingMetaData>
org.jboss.metadata.InvokerProxyBindingMetaData
@Deprecated public class InvokerProxyBindingMetaData
The configuration information for invoker-proxy bindingss that may be tied to a EJB container.
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 java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvokerProxyBindingMetaData(InvokerProxyBindingMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateprotected InvokerProxyBindingMetaData(org.jboss.metadata.spi.MetaData metaData)
metaData
- the delegate metadata
IllegalArgumentException
- for a null metaData
IllegalStateException
- if the metadata doesn't have an InvokerProxyBindingMetaData
Method Detail |
---|
public static InvokerProxyBindingMetaData create(InvokerProxyBindingMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegate or an unknown delegatepublic String getName()
public String getInvokerMBean()
public String getProxyFactory()
public Element getProxyFactoryConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |