|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JNDIBindings | |
org.jboss.jms.server | |
org.jboss.jms.server.connectionfactory | |
org.jboss.jms.server.endpoint |
Uses of JNDIBindings in org.jboss.jms.server |
Methods in org.jboss.jms.server with parameters of type JNDIBindings | |
int |
ConnectionFactoryManager.registerConnectionFactory(java.lang.String clientID,
JNDIBindings jndiBindings,
java.lang.String locatorURI,
boolean clientPing,
int prefetchSize,
int defaultTempQueueFullSize,
int defaultTempQueuePageSize,
int defaultTempQueueDownCacheSize)
|
Uses of JNDIBindings in org.jboss.jms.server.connectionfactory |
Fields in org.jboss.jms.server.connectionfactory declared as JNDIBindings | |
protected JNDIBindings |
ConnectionFactory.jndiBindings
|
Methods in org.jboss.jms.server.connectionfactory with parameters of type JNDIBindings | |
int |
ConnectionFactoryJNDIMapper.registerConnectionFactory(java.lang.String clientID,
JNDIBindings jndiBindings,
java.lang.String locatorURI,
boolean clientPing,
int prefetchSize,
int defaultTempQueueFullSize,
int defaultTempQueuePageSize,
int defaultTempQueueDownCacheSize)
|
Uses of JNDIBindings in org.jboss.jms.server.endpoint |
Methods in org.jboss.jms.server.endpoint that return JNDIBindings | |
JNDIBindings |
ServerConnectionFactoryEndpoint.getJNDIBindings()
|
Constructors in org.jboss.jms.server.endpoint with parameters of type JNDIBindings | |
ServerConnectionFactoryEndpoint(int id,
ServerPeer serverPeer,
java.lang.String defaultClientID,
JNDIBindings jndiBindings,
int preFetchSize,
int defaultTempQueueFullSize,
int defaultTempQueuePageSize,
int defaultTempQueueDownCacheSize)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |