public class ProxyFactoryConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ActivationConfig |
activationConfig |
protected ClientInterceptors |
clientInterceptors |
protected java.lang.String |
createJBossMQDestination |
protected EndpointInterceptors |
endpointInterceptors |
protected java.lang.String |
interfaceRepositorySupported |
protected java.lang.String |
jmsProviderAdapterJNDI |
protected java.lang.String |
jnpContext |
protected java.lang.String |
keepAliveMillis |
protected java.lang.String |
maximumSize |
protected java.lang.String |
maxMessages |
protected MDBConfig |
mdbConfig |
protected java.lang.String |
minimumSize |
protected java.lang.String |
poa |
protected java.lang.String |
registerEjbsInJnpContext |
protected java.lang.String |
serverSessionPoolFactoryJNDI |
protected java.lang.String |
webClassLoader |
Constructor and Description |
---|
ProxyFactoryConfig() |
Modifier and Type | Method and Description |
---|---|
ActivationConfig |
getActivationConfig()
Gets the value of the activationConfig property.
|
ClientInterceptors |
getClientInterceptors()
Gets the value of the clientInterceptors property.
|
java.lang.String |
getCreateJBossMQDestination()
Gets the value of the createJBossMQDestination property.
|
EndpointInterceptors |
getEndpointInterceptors()
Gets the value of the endpointInterceptors property.
|
java.lang.String |
getInterfaceRepositorySupported()
Gets the value of the interfaceRepositorySupported property.
|
java.lang.String |
getJMSProviderAdapterJNDI()
Gets the value of the jmsProviderAdapterJNDI property.
|
java.lang.String |
getJnpContext()
Gets the value of the jnpContext property.
|
java.lang.String |
getKeepAliveMillis()
Gets the value of the keepAliveMillis property.
|
java.lang.String |
getMaximumSize()
Gets the value of the maximumSize property.
|
java.lang.String |
getMaxMessages()
Gets the value of the maxMessages property.
|
MDBConfig |
getMDBConfig()
Gets the value of the mdbConfig property.
|
java.lang.String |
getMinimumSize()
Gets the value of the minimumSize property.
|
java.lang.String |
getPoa()
Gets the value of the poa property.
|
java.lang.String |
getRegisterEjbsInJnpContext()
Gets the value of the registerEjbsInJnpContext property.
|
java.lang.String |
getServerSessionPoolFactoryJNDI()
Gets the value of the serverSessionPoolFactoryJNDI property.
|
java.lang.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(java.lang.String value)
Sets the value of the createJBossMQDestination property.
|
void |
setEndpointInterceptors(EndpointInterceptors value)
Sets the value of the endpointInterceptors property.
|
void |
setInterfaceRepositorySupported(java.lang.String value)
Sets the value of the interfaceRepositorySupported property.
|
void |
setJMSProviderAdapterJNDI(java.lang.String value)
Sets the value of the jmsProviderAdapterJNDI property.
|
void |
setJnpContext(java.lang.String value)
Sets the value of the jnpContext property.
|
void |
setKeepAliveMillis(java.lang.String value)
Sets the value of the keepAliveMillis property.
|
void |
setMaximumSize(java.lang.String value)
Sets the value of the maximumSize property.
|
void |
setMaxMessages(java.lang.String value)
Sets the value of the maxMessages property.
|
void |
setMDBConfig(MDBConfig value)
Sets the value of the mdbConfig property.
|
void |
setMinimumSize(java.lang.String value)
Sets the value of the minimumSize property.
|
void |
setPoa(java.lang.String value)
Sets the value of the poa property.
|
void |
setRegisterEjbsInJnpContext(java.lang.String value)
Sets the value of the registerEjbsInJnpContext property.
|
void |
setServerSessionPoolFactoryJNDI(java.lang.String value)
Sets the value of the serverSessionPoolFactoryJNDI property.
|
void |
setWebClassLoader(java.lang.String value)
Sets the value of the webClassLoader property.
|
protected ClientInterceptors clientInterceptors
protected EndpointInterceptors endpointInterceptors
protected java.lang.String webClassLoader
protected ActivationConfig activationConfig
protected java.lang.String jmsProviderAdapterJNDI
protected java.lang.String serverSessionPoolFactoryJNDI
protected java.lang.String createJBossMQDestination
protected java.lang.String minimumSize
protected java.lang.String maximumSize
protected java.lang.String keepAliveMillis
protected java.lang.String maxMessages
protected MDBConfig mdbConfig
protected java.lang.String poa
protected java.lang.String registerEjbsInJnpContext
protected java.lang.String jnpContext
protected java.lang.String interfaceRepositorySupported
public ClientInterceptors getClientInterceptors()
ClientInterceptors
public void setClientInterceptors(ClientInterceptors value)
value
- allowed object is
ClientInterceptors
public EndpointInterceptors getEndpointInterceptors()
EndpointInterceptors
public void setEndpointInterceptors(EndpointInterceptors value)
value
- allowed object is
EndpointInterceptors
public java.lang.String getWebClassLoader()
String
public void setWebClassLoader(java.lang.String value)
value
- allowed object is
String
public ActivationConfig getActivationConfig()
ActivationConfig
public void setActivationConfig(ActivationConfig value)
value
- allowed object is
ActivationConfig
public java.lang.String getJMSProviderAdapterJNDI()
String
public void setJMSProviderAdapterJNDI(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServerSessionPoolFactoryJNDI()
String
public void setServerSessionPoolFactoryJNDI(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCreateJBossMQDestination()
String
public void setCreateJBossMQDestination(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMinimumSize()
String
public void setMinimumSize(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaximumSize()
String
public void setMaximumSize(java.lang.String value)
value
- allowed object is
String
public java.lang.String getKeepAliveMillis()
String
public void setKeepAliveMillis(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaxMessages()
String
public void setMaxMessages(java.lang.String value)
value
- allowed object is
String
public MDBConfig getMDBConfig()
MDBConfig
public void setMDBConfig(MDBConfig value)
value
- allowed object is
MDBConfig
public java.lang.String getPoa()
String
public void setPoa(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegisterEjbsInJnpContext()
String
public void setRegisterEjbsInJnpContext(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJnpContext()
String
public void setJnpContext(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInterfaceRepositorySupported()
String
public void setInterfaceRepositorySupported(java.lang.String value)
value
- allowed object is
String