org.apache.openejb.jee.jba
Class InvokerProxyBinding

java.lang.Object
  extended by org.apache.openejb.jee.jba.InvokerProxyBinding

public class InvokerProxyBinding
extends Object


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

name

protected String name

invokerMbean

protected String invokerMbean

proxyFactory

protected String proxyFactory

proxyFactoryConfig

protected ProxyFactoryConfig proxyFactoryConfig
Constructor Detail

InvokerProxyBinding

public InvokerProxyBinding()
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 is String

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 is String

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 is String

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 is ProxyFactoryConfig


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.