public interface Activation
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ActivationSpec |
createInstance()
Create an instance of the associated activation spec.
|
Map<String,Class<?>> |
getConfigProperties()
Get the config-property map with name and type pair
|
Set<String> |
getRequiredConfigProperties()
Get the required config-property set with names
|
Map<String,Class<?>> getConfigProperties()
Set<String> getRequiredConfigProperties()
javax.resource.spi.ActivationSpec createInstance() throws NotFoundException, InstantiationException, IllegalAccessException, javax.resource.ResourceException
NotFoundException
- Thrown if the class is no longer availableInstantiationException
- Thrown if an object couldn't createdIllegalAccessException
- Thrown if object access is inaccessiblejavax.resource.ResourceException
- Thrown if the activation spec can't be associated with the resource adapterCopyright © 2021 JBoss by Red Hat. All rights reserved.