org.apache.openejb.jee.jba
Class ProxyFactoryConfig

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

public class ProxyFactoryConfig
extends Object


Field Summary
protected  ActivationConfig activationConfig
           
protected  ClientInterceptors clientInterceptors
           
protected  String createJBossMQDestination
           
protected  EndpointInterceptors endpointInterceptors
           
protected  String interfaceRepositorySupported
           
protected  String jmsProviderAdapterJNDI
           
protected  String jnpContext
           
protected  String keepAliveMillis
           
protected  String maximumSize
           
protected  String maxMessages
           
protected  MDBConfig mdbConfig
           
protected  String minimumSize
           
protected  String poa
           
protected  String registerEjbsInJnpContext
           
protected  String serverSessionPoolFactoryJNDI
           
protected  String webClassLoader
           
 
Constructor Summary
ProxyFactoryConfig()
           
 
Method Summary
 ActivationConfig getActivationConfig()
          Gets the value of the activationConfig property.
 ClientInterceptors getClientInterceptors()
          Gets the value of the clientInterceptors property.
 String getCreateJBossMQDestination()
          Gets the value of the createJBossMQDestination property.
 EndpointInterceptors getEndpointInterceptors()
          Gets the value of the endpointInterceptors property.
 String getInterfaceRepositorySupported()
          Gets the value of the interfaceRepositorySupported property.
 String getJMSProviderAdapterJNDI()
          Gets the value of the jmsProviderAdapterJNDI property.
 String getJnpContext()
          Gets the value of the jnpContext property.
 String getKeepAliveMillis()
          Gets the value of the keepAliveMillis property.
 String getMaximumSize()
          Gets the value of the maximumSize property.
 String getMaxMessages()
          Gets the value of the maxMessages property.
 MDBConfig getMDBConfig()
          Gets the value of the mdbConfig property.
 String getMinimumSize()
          Gets the value of the minimumSize property.
 String getPoa()
          Gets the value of the poa property.
 String getRegisterEjbsInJnpContext()
          Gets the value of the registerEjbsInJnpContext property.
 String getServerSessionPoolFactoryJNDI()
          Gets the value of the serverSessionPoolFactoryJNDI property.
 String getWebClassLoader()
          Gets the value of the webClassLoader property.
 void setActivationConfig(ActivationConfig value)
          Sets the value of the activationConfig property.
 void setClientInterceptors(ClientInterceptors value)
          Sets the value of the clientInterceptors property.
 void setCreateJBossMQDestination(String value)
          Sets the value of the createJBossMQDestination property.
 void setEndpointInterceptors(EndpointInterceptors value)
          Sets the value of the endpointInterceptors property.
 void setInterfaceRepositorySupported(String value)
          Sets the value of the interfaceRepositorySupported property.
 void setJMSProviderAdapterJNDI(String value)
          Sets the value of the jmsProviderAdapterJNDI property.
 void setJnpContext(String value)
          Sets the value of the jnpContext property.
 void setKeepAliveMillis(String value)
          Sets the value of the keepAliveMillis property.
 void setMaximumSize(String value)
          Sets the value of the maximumSize property.
 void setMaxMessages(String value)
          Sets the value of the maxMessages property.
 void setMDBConfig(MDBConfig value)
          Sets the value of the mdbConfig property.
 void setMinimumSize(String value)
          Sets the value of the minimumSize property.
 void setPoa(String value)
          Sets the value of the poa property.
 void setRegisterEjbsInJnpContext(String value)
          Sets the value of the registerEjbsInJnpContext property.
 void setServerSessionPoolFactoryJNDI(String value)
          Sets the value of the serverSessionPoolFactoryJNDI property.
 void setWebClassLoader(String value)
          Sets the value of the webClassLoader property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientInterceptors

protected ClientInterceptors clientInterceptors

endpointInterceptors

protected EndpointInterceptors endpointInterceptors

webClassLoader

protected String webClassLoader

activationConfig

protected ActivationConfig activationConfig

jmsProviderAdapterJNDI

protected String jmsProviderAdapterJNDI

serverSessionPoolFactoryJNDI

protected String serverSessionPoolFactoryJNDI

createJBossMQDestination

protected String createJBossMQDestination

minimumSize

protected String minimumSize

maximumSize

protected String maximumSize

keepAliveMillis

protected String keepAliveMillis

maxMessages

protected String maxMessages

mdbConfig

protected MDBConfig mdbConfig

poa

protected String poa

registerEjbsInJnpContext

protected String registerEjbsInJnpContext

jnpContext

protected String jnpContext

interfaceRepositorySupported

protected String interfaceRepositorySupported
Constructor Detail

ProxyFactoryConfig

public ProxyFactoryConfig()
Method Detail

getClientInterceptors

public ClientInterceptors getClientInterceptors()
Gets the value of the clientInterceptors property.

Returns:
possible object is ClientInterceptors

setClientInterceptors

public void setClientInterceptors(ClientInterceptors value)
Sets the value of the clientInterceptors property.

Parameters:
value - allowed object is ClientInterceptors

getEndpointInterceptors

public EndpointInterceptors getEndpointInterceptors()
Gets the value of the endpointInterceptors property.

Returns:
possible object is EndpointInterceptors

setEndpointInterceptors

public void setEndpointInterceptors(EndpointInterceptors value)
Sets the value of the endpointInterceptors property.

Parameters:
value - allowed object is EndpointInterceptors

getWebClassLoader

public String getWebClassLoader()
Gets the value of the webClassLoader property.

Returns:
possible object is String

setWebClassLoader

public void setWebClassLoader(String value)
Sets the value of the webClassLoader property.

Parameters:
value - allowed object is String

getActivationConfig

public ActivationConfig getActivationConfig()
Gets the value of the activationConfig property.

Returns:
possible object is ActivationConfig

setActivationConfig

public void setActivationConfig(ActivationConfig value)
Sets the value of the activationConfig property.

Parameters:
value - allowed object is ActivationConfig

getJMSProviderAdapterJNDI

public String getJMSProviderAdapterJNDI()
Gets the value of the jmsProviderAdapterJNDI property.

Returns:
possible object is String

setJMSProviderAdapterJNDI

public void setJMSProviderAdapterJNDI(String value)
Sets the value of the jmsProviderAdapterJNDI property.

Parameters:
value - allowed object is String

getServerSessionPoolFactoryJNDI

public String getServerSessionPoolFactoryJNDI()
Gets the value of the serverSessionPoolFactoryJNDI property.

Returns:
possible object is String

setServerSessionPoolFactoryJNDI

public void setServerSessionPoolFactoryJNDI(String value)
Sets the value of the serverSessionPoolFactoryJNDI property.

Parameters:
value - allowed object is String

getCreateJBossMQDestination

public String getCreateJBossMQDestination()
Gets the value of the createJBossMQDestination property.

Returns:
possible object is String

setCreateJBossMQDestination

public void setCreateJBossMQDestination(String value)
Sets the value of the createJBossMQDestination property.

Parameters:
value - allowed object is String

getMinimumSize

public String getMinimumSize()
Gets the value of the minimumSize property.

Returns:
possible object is String

setMinimumSize

public void setMinimumSize(String value)
Sets the value of the minimumSize property.

Parameters:
value - allowed object is String

getMaximumSize

public String getMaximumSize()
Gets the value of the maximumSize property.

Returns:
possible object is String

setMaximumSize

public void setMaximumSize(String value)
Sets the value of the maximumSize property.

Parameters:
value - allowed object is String

getKeepAliveMillis

public String getKeepAliveMillis()
Gets the value of the keepAliveMillis property.

Returns:
possible object is String

setKeepAliveMillis

public void setKeepAliveMillis(String value)
Sets the value of the keepAliveMillis property.

Parameters:
value - allowed object is String

getMaxMessages

public String getMaxMessages()
Gets the value of the maxMessages property.

Returns:
possible object is String

setMaxMessages

public void setMaxMessages(String value)
Sets the value of the maxMessages property.

Parameters:
value - allowed object is String

getMDBConfig

public MDBConfig getMDBConfig()
Gets the value of the mdbConfig property.

Returns:
possible object is MDBConfig

setMDBConfig

public void setMDBConfig(MDBConfig value)
Sets the value of the mdbConfig property.

Parameters:
value - allowed object is MDBConfig

getPoa

public String getPoa()
Gets the value of the poa property.

Returns:
possible object is String

setPoa

public void setPoa(String value)
Sets the value of the poa property.

Parameters:
value - allowed object is String

getRegisterEjbsInJnpContext

public String getRegisterEjbsInJnpContext()
Gets the value of the registerEjbsInJnpContext property.

Returns:
possible object is String

setRegisterEjbsInJnpContext

public void setRegisterEjbsInJnpContext(String value)
Sets the value of the registerEjbsInJnpContext property.

Parameters:
value - allowed object is String

getJnpContext

public String getJnpContext()
Gets the value of the jnpContext property.

Returns:
possible object is String

setJnpContext

public void setJnpContext(String value)
Sets the value of the jnpContext property.

Parameters:
value - allowed object is String

getInterfaceRepositorySupported

public String getInterfaceRepositorySupported()
Gets the value of the interfaceRepositorySupported property.

Returns:
possible object is String

setInterfaceRepositorySupported

public void setInterfaceRepositorySupported(String value)
Sets the value of the interfaceRepositorySupported property.

Parameters:
value - allowed object is String


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