|
||||||||||
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()
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 String getWebClassLoader()
String
public void setWebClassLoader(String value)
value
- allowed object is
String
public ActivationConfig getActivationConfig()
ActivationConfig
public void setActivationConfig(ActivationConfig value)
value
- allowed object is
ActivationConfig
public String getJMSProviderAdapterJNDI()
String
public void setJMSProviderAdapterJNDI(String value)
value
- allowed object is
String
public String getServerSessionPoolFactoryJNDI()
String
public void setServerSessionPoolFactoryJNDI(String value)
value
- allowed object is
String
public String getCreateJBossMQDestination()
String
public void setCreateJBossMQDestination(String value)
value
- allowed object is
String
public String getMinimumSize()
String
public void setMinimumSize(String value)
value
- allowed object is
String
public String getMaximumSize()
String
public void setMaximumSize(String value)
value
- allowed object is
String
public String getKeepAliveMillis()
String
public void setKeepAliveMillis(String value)
value
- allowed object is
String
public String getMaxMessages()
String
public void setMaxMessages(String value)
value
- allowed object is
String
public MDBConfig getMDBConfig()
MDBConfig
public void setMDBConfig(MDBConfig value)
value
- allowed object is
MDBConfig
public String getPoa()
String
public void setPoa(String value)
value
- allowed object is
String
public String getRegisterEjbsInJnpContext()
String
public void setRegisterEjbsInJnpContext(String value)
value
- allowed object is
String
public String getJnpContext()
String
public void setJnpContext(String value)
value
- allowed object is
String
public String getInterfaceRepositorySupported()
String
public 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 |