|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.ProxyFactoryConfig
public class ProxyFactoryConfig
| 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 |
|---|
protected ClientInterceptors clientInterceptors
protected EndpointInterceptors endpointInterceptors
protected String webClassLoader
protected ActivationConfig activationConfig
protected String jmsProviderAdapterJNDI
protected String serverSessionPoolFactoryJNDI
protected String createJBossMQDestination
protected String minimumSize
protected String maximumSize
protected String keepAliveMillis
protected String maxMessages
protected MDBConfig mdbConfig
protected String poa
protected String registerEjbsInJnpContext
protected String jnpContext
protected String interfaceRepositorySupported
| Constructor Detail |
|---|
public ProxyFactoryConfig()
| Method Detail |
|---|
public ClientInterceptors getClientInterceptors()
ClientInterceptorspublic void setClientInterceptors(ClientInterceptors value)
value - allowed object is
ClientInterceptorspublic EndpointInterceptors getEndpointInterceptors()
EndpointInterceptorspublic void setEndpointInterceptors(EndpointInterceptors value)
value - allowed object is
EndpointInterceptorspublic String getWebClassLoader()
Stringpublic void setWebClassLoader(String value)
value - allowed object is
Stringpublic ActivationConfig getActivationConfig()
ActivationConfigpublic void setActivationConfig(ActivationConfig value)
value - allowed object is
ActivationConfigpublic String getJMSProviderAdapterJNDI()
Stringpublic void setJMSProviderAdapterJNDI(String value)
value - allowed object is
Stringpublic String getServerSessionPoolFactoryJNDI()
Stringpublic void setServerSessionPoolFactoryJNDI(String value)
value - allowed object is
Stringpublic String getCreateJBossMQDestination()
Stringpublic void setCreateJBossMQDestination(String value)
value - allowed object is
Stringpublic String getMinimumSize()
Stringpublic void setMinimumSize(String value)
value - allowed object is
Stringpublic String getMaximumSize()
Stringpublic void setMaximumSize(String value)
value - allowed object is
Stringpublic String getKeepAliveMillis()
Stringpublic void setKeepAliveMillis(String value)
value - allowed object is
Stringpublic String getMaxMessages()
Stringpublic void setMaxMessages(String value)
value - allowed object is
Stringpublic MDBConfig getMDBConfig()
MDBConfigpublic void setMDBConfig(MDBConfig value)
value - allowed object is
MDBConfigpublic String getPoa()
Stringpublic void setPoa(String value)
value - allowed object is
Stringpublic String getRegisterEjbsInJnpContext()
Stringpublic void setRegisterEjbsInJnpContext(String value)
value - allowed object is
Stringpublic String getJnpContext()
Stringpublic void setJnpContext(String value)
value - allowed object is
Stringpublic String getInterfaceRepositorySupported()
Stringpublic void setInterfaceRepositorySupported(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||