|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData (src)
org.jboss.metadata.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 (src) |
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
InvokerProxyBindingMetaData(java.lang.String name)
|
Method Summary | |
java.lang.String |
getInvokerMBean()
Get the detached invoker MBean service name associated with the proxy |
java.lang.String |
getName()
Get the unique name of the invoker proxy binding |
java.lang.String |
getProxyFactory()
Get the class name of the org.jboss.ejb.EJBProxyFactory implementation used to create proxies for this configuration |
org.w3c.dom.Element |
getProxyFactoryConfig()
An arbitary configuration to pass to the EJBProxyFactory implementation |
void |
importJbossXml(org.w3c.dom.Element element)
Import the jboss.xml jboss/invoker-proxy-bindings/invoker-proxy-binding child elements |
Methods inherited from class org.jboss.metadata.MetaData (src) |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importEjbJarXml, importXml, jdk13Enabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvokerProxyBindingMetaData(java.lang.String name)
Method Detail |
public java.lang.String getName()
public java.lang.String getInvokerMBean()
public java.lang.String getProxyFactory()
public org.w3c.dom.Element getProxyFactoryConfig()
public void importJbossXml(org.w3c.dom.Element element) throws DeploymentException (src)
importJbossXml
in class MetaData (src)
element
- jboss/invoker-proxy-bindings/invoker-proxy-binding
DeploymentException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |