Package | Description |
---|---|
org.jboss.jca.core.spi.mdr |
This package contains the metadata repository SPI.
|
Modifier and Type | Method and Description |
---|---|
Activation |
MetadataRepository.getActivation(String uniqueId)
Get the Activation metadata for a resource adapter deployment
|
Map<String,List<String>> |
MetadataRepository.getJndiMappings(String uniqueId)
Get the JNDI mappings for a unique id
|
Connector |
MetadataRepository.getResourceAdapter(String uniqueId)
Get the metadata for a resource adapter
|
File |
MetadataRepository.getRoot(String uniqueId)
Get the root for a resource adapter deployment
|
void |
MetadataRepository.unregisterJndiMapping(String uniqueId,
String clz,
String jndi)
Unregister a JNDI mapping for a unique id
|
void |
MetadataRepository.unregisterResourceAdapter(String uniqueId)
Unregister a resource adapter template
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.