
public class ActivationImpl
extends java.lang.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.
|
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.lang.String |
toString()
String representation
|
public java.util.Map<java.lang.String,java.lang.Class<?>> getConfigProperties()
getConfigProperties in interface org.jboss.jca.core.spi.rar.Activationpublic java.util.Set<java.lang.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,
java.lang.InstantiationException,
java.lang.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 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 adapterpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)