org.jboss.jca.core.rar
Class ActivationImpl

java.lang.Object
  extended by org.jboss.jca.core.rar.ActivationImpl
All Implemented Interfaces:
org.jboss.jca.core.spi.rar.Activation

public class ActivationImpl
extends Object
implements org.jboss.jca.core.spi.rar.Activation

An activation implementation

Author:
Jesper Pedersen

Method Summary
 javax.resource.spi.ActivationSpec createInstance()
          
 Map<String,Class<?>> getConfigProperties()
          
 Set<String> getRequiredConfigProperties()
          
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getConfigProperties

public Map<String,Class<?>> getConfigProperties()

Specified by:
getConfigProperties in interface org.jboss.jca.core.spi.rar.Activation

getRequiredConfigProperties

public Set<String> getRequiredConfigProperties()

Specified by:
getRequiredConfigProperties in interface org.jboss.jca.core.spi.rar.Activation

createInstance

public javax.resource.spi.ActivationSpec createInstance()
                                                 throws org.jboss.jca.core.spi.rar.NotFoundException,
                                                        InstantiationException,
                                                        IllegalAccessException,
                                                        javax.resource.ResourceException

Specified by:
createInstance in interface org.jboss.jca.core.spi.rar.Activation
Throws:
org.jboss.jca.core.spi.rar.NotFoundException
InstantiationException
IllegalAccessException
javax.resource.ResourceException

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)