Package | Description |
---|---|
org.jboss.jca.core.naming |
This package contains implementation of naming strategies for connection factory binding.
|
org.jboss.jca.core.spi.naming |
This package contains the SPI for the JNDI strategy for connection factory binding.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitJndiStrategy
An explicit JNDI strategy that requires a JNDI for each connection factory
|
class |
NoopJndiStrategy
A noop JNDI strategy
|
class |
SimpleJndiStrategy
A simple JNDI strategy that bind a single connection factory under the
name of "java:/eis/<deployment>" by default.
|
Modifier and Type | Method and Description |
---|---|
JndiStrategy |
ExplicitJndiStrategy.clone()
Clone the JNDI strategy implementation
|
JndiStrategy |
NoopJndiStrategy.clone()
Clone the JNDI strategy implementation
|
JndiStrategy |
SimpleJndiStrategy.clone()
Clone the JNDI strategy implementation
|
Modifier and Type | Method and Description |
---|---|
JndiStrategy |
JndiStrategy.clone()
Clone the JNDI strategy implementation
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)