Package org.apache.openejb.jee.jba
Class InvokerProxyBinding
- java.lang.Object
-
- org.apache.openejb.jee.jba.InvokerProxyBinding
-
public class InvokerProxyBinding extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringinvokerMbeanprotected Stringnameprotected StringproxyFactoryprotected ProxyFactoryConfigproxyFactoryConfig
-
Constructor Summary
Constructors Constructor Description InvokerProxyBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInvokerMbean()Gets the value of the invokerMbean property.StringgetName()Gets the value of the name property.StringgetProxyFactory()Gets the value of the proxyFactory property.ProxyFactoryConfiggetProxyFactoryConfig()Gets the value of the proxyFactoryConfig property.voidsetInvokerMbean(String value)Sets the value of the invokerMbean property.voidsetName(String value)Sets the value of the name property.voidsetProxyFactory(String value)Sets the value of the proxyFactory property.voidsetProxyFactoryConfig(ProxyFactoryConfig value)Sets the value of the proxyFactoryConfig property.
-
-
-
Field Detail
-
name
protected String name
-
invokerMbean
protected String invokerMbean
-
proxyFactory
protected String proxyFactory
-
proxyFactoryConfig
protected ProxyFactoryConfig proxyFactoryConfig
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getInvokerMbean
public String getInvokerMbean()
Gets the value of the invokerMbean property.- Returns:
- possible object is
String
-
setInvokerMbean
public void setInvokerMbean(String value)
Sets the value of the invokerMbean property.- Parameters:
value- allowed object isString
-
getProxyFactory
public String getProxyFactory()
Gets the value of the proxyFactory property.- Returns:
- possible object is
String
-
setProxyFactory
public void setProxyFactory(String value)
Sets the value of the proxyFactory property.- Parameters:
value- allowed object isString
-
getProxyFactoryConfig
public ProxyFactoryConfig getProxyFactoryConfig()
Gets the value of the proxyFactoryConfig property.- Returns:
- possible object is
ProxyFactoryConfig
-
setProxyFactoryConfig
public void setProxyFactoryConfig(ProxyFactoryConfig value)
Sets the value of the proxyFactoryConfig property.- Parameters:
value- allowed object isProxyFactoryConfig
-
-