Package org.apache.openejb.jee.jba
Class ProxyFactoryConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.ProxyFactoryConfig
-
public class ProxyFactoryConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ActivationConfigactivationConfigprotected ClientInterceptorsclientInterceptorsprotected StringcreateJBossMQDestinationprotected EndpointInterceptorsendpointInterceptorsprotected StringinterfaceRepositorySupportedprotected StringjmsProviderAdapterJNDIprotected StringjnpContextprotected StringkeepAliveMillisprotected StringmaximumSizeprotected StringmaxMessagesprotected MDBConfigmdbConfigprotected StringminimumSizeprotected Stringpoaprotected StringregisterEjbsInJnpContextprotected StringserverSessionPoolFactoryJNDIprotected StringwebClassLoader
-
Constructor Summary
Constructors Constructor Description ProxyFactoryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivationConfiggetActivationConfig()Gets the value of the activationConfig property.ClientInterceptorsgetClientInterceptors()Gets the value of the clientInterceptors property.StringgetCreateJBossMQDestination()Gets the value of the createJBossMQDestination property.EndpointInterceptorsgetEndpointInterceptors()Gets the value of the endpointInterceptors property.StringgetInterfaceRepositorySupported()Gets the value of the interfaceRepositorySupported property.StringgetJMSProviderAdapterJNDI()Gets the value of the jmsProviderAdapterJNDI property.StringgetJnpContext()Gets the value of the jnpContext property.StringgetKeepAliveMillis()Gets the value of the keepAliveMillis property.StringgetMaximumSize()Gets the value of the maximumSize property.StringgetMaxMessages()Gets the value of the maxMessages property.MDBConfiggetMDBConfig()Gets the value of the mdbConfig property.StringgetMinimumSize()Gets the value of the minimumSize property.StringgetPoa()Gets the value of the poa property.StringgetRegisterEjbsInJnpContext()Gets the value of the registerEjbsInJnpContext property.StringgetServerSessionPoolFactoryJNDI()Gets the value of the serverSessionPoolFactoryJNDI property.StringgetWebClassLoader()Gets the value of the webClassLoader property.voidsetActivationConfig(ActivationConfig value)Sets the value of the activationConfig property.voidsetClientInterceptors(ClientInterceptors value)Sets the value of the clientInterceptors property.voidsetCreateJBossMQDestination(String value)Sets the value of the createJBossMQDestination property.voidsetEndpointInterceptors(EndpointInterceptors value)Sets the value of the endpointInterceptors property.voidsetInterfaceRepositorySupported(String value)Sets the value of the interfaceRepositorySupported property.voidsetJMSProviderAdapterJNDI(String value)Sets the value of the jmsProviderAdapterJNDI property.voidsetJnpContext(String value)Sets the value of the jnpContext property.voidsetKeepAliveMillis(String value)Sets the value of the keepAliveMillis property.voidsetMaximumSize(String value)Sets the value of the maximumSize property.voidsetMaxMessages(String value)Sets the value of the maxMessages property.voidsetMDBConfig(MDBConfig value)Sets the value of the mdbConfig property.voidsetMinimumSize(String value)Sets the value of the minimumSize property.voidsetPoa(String value)Sets the value of the poa property.voidsetRegisterEjbsInJnpContext(String value)Sets the value of the registerEjbsInJnpContext property.voidsetServerSessionPoolFactoryJNDI(String value)Sets the value of the serverSessionPoolFactoryJNDI property.voidsetWebClassLoader(String value)Sets the value of the webClassLoader property.
-
-
-
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
-
-
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 isClientInterceptors
-
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 isEndpointInterceptors
-
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 isString
-
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 isActivationConfig
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isMDBConfig
-
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 isString
-
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 isString
-
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 isString
-
getInterfaceRepositorySupported
public String getInterfaceRepositorySupported()
Gets the value of the interfaceRepositorySupported property.- Returns:
- possible object is
String
-
-