org.jboss.jca.core.spi.rar
Interface Activation


public interface Activation

An activation representation

Author:
Jesper Pedersen

Method Summary
 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
 

Method Detail

getConfigProperties

Map<String,Class<?>> getConfigProperties()
Get the config-property map with name and type pair

Returns:
The value

getRequiredConfigProperties

Set<String> getRequiredConfigProperties()
Get the required config-property set with names

Returns:
The value

createInstance

javax.resource.spi.ActivationSpec createInstance()
                                                 throws NotFoundException,
                                                        InstantiationException,
                                                        IllegalAccessException,
                                                        javax.resource.ResourceException
Create an instance of the associated activation spec.

Returns:
The value
Throws:
NotFoundException - Thrown if the class is no longer available
InstantiationException - Thrown if an object couldn't created
IllegalAccessException - Thrown if object access is inaccessible
javax.resource.ResourceException - Thrown if the activation spec can't be associated with the resource adapter


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)