public interface Activation
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ActivationSpec |
createInstance()
Create an instance of the associated activation spec.
|
java.util.Map<java.lang.String,java.lang.Class<?>> |
getConfigProperties()
Get the config-property map with name and type pair
|
java.util.Set<java.lang.String> |
getRequiredConfigProperties()
Get the required config-property set with names
|
java.util.Map<java.lang.String,java.lang.Class<?>> getConfigProperties()
java.util.Set<java.lang.String> getRequiredConfigProperties()
javax.resource.spi.ActivationSpec createInstance() throws NotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException, javax.resource.ResourceException
NotFoundException
- Thrown if the class is no longer availablejava.lang.InstantiationException
- Thrown if an object couldn't createdjava.lang.IllegalAccessException
- Thrown if object access is inaccessiblejavax.resource.ResourceException
- Thrown if the activation spec can't be associated with the resource adapterCopyright © 2013 IronJacamar (http://www.ironjacamar.org)