|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.InvokerProxyBinding
public class InvokerProxyBinding
Field Summary | |
---|---|
protected String |
invokerMbean
|
protected String |
name
|
protected String |
proxyFactory
|
protected ProxyFactoryConfig |
proxyFactoryConfig
|
Constructor Summary | |
---|---|
InvokerProxyBinding()
|
Method Summary | |
---|---|
String |
getInvokerMbean()
Gets the value of the invokerMbean property. |
String |
getName()
Gets the value of the name property. |
String |
getProxyFactory()
Gets the value of the proxyFactory property. |
ProxyFactoryConfig |
getProxyFactoryConfig()
Gets the value of the proxyFactoryConfig property. |
void |
setInvokerMbean(String value)
Sets the value of the invokerMbean property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setProxyFactory(String value)
Sets the value of the proxyFactory property. |
void |
setProxyFactoryConfig(ProxyFactoryConfig value)
Sets the value of the proxyFactoryConfig property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String invokerMbean
protected String proxyFactory
protected ProxyFactoryConfig proxyFactoryConfig
Constructor Detail |
---|
public InvokerProxyBinding()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getInvokerMbean()
String
public void setInvokerMbean(String value)
value
- allowed object is
String
public String getProxyFactory()
String
public void setProxyFactory(String value)
value
- allowed object is
String
public ProxyFactoryConfig getProxyFactoryConfig()
ProxyFactoryConfig
public void setProxyFactoryConfig(ProxyFactoryConfig value)
value
- allowed object is
ProxyFactoryConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |