
public class ActivationImpl extends Object implements org.jboss.jca.core.spi.rar.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
|
String |
toString()
String representation
|
public Map<String,Class<?>> getConfigProperties()
getConfigProperties in interface org.jboss.jca.core.spi.rar.Activationpublic Set<String> getRequiredConfigProperties()
getRequiredConfigProperties in interface org.jboss.jca.core.spi.rar.Activationpublic javax.resource.spi.ActivationSpec createInstance()
throws org.jboss.jca.core.spi.rar.NotFoundException,
InstantiationException,
IllegalAccessException,
javax.resource.ResourceException
createInstance in interface org.jboss.jca.core.spi.rar.Activationorg.jboss.jca.core.spi.rar.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 © 2013 IronJacamar (http://www.ironjacamar.org)