|
||||||||||
| 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.InvokerProxyBindingMetaData
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(String name)
|
|
| Method Summary | |
|---|---|
String |
getInvokerMBean()
Get the detached invoker MBean service name associated with the proxy |
String |
getName()
Get the unique name of the invoker proxy binding |
String |
getProxyFactory()
Get the class name of the org.jboss.ejb.EJBProxyFactory implementation used to create proxies for this configuration |
Element |
getProxyFactoryConfig()
An arbitary configuration to pass to the EJBProxyFactory implementation |
void |
importJbossXml(Element element)
Import the jboss.xml jboss/invoker-proxy-bindings/invoker-proxy-binding child elements |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvokerProxyBindingMetaData(String name)
| Method Detail |
|---|
public String getName()
public String getInvokerMBean()
public String getProxyFactory()
public Element getProxyFactoryConfig()
public void importJbossXml(Element element)
throws org.jboss.deployment.DeploymentException
importJbossXml in class MetaDataelement - jboss/invoker-proxy-bindings/invoker-proxy-binding
org.jboss.deployment.DeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||