public class ActivationImpl extends java.lang.Object implements 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 Activation
public java.util.Set<java.lang.String> getRequiredConfigProperties()
getRequiredConfigProperties
in interface Activation
public javax.resource.spi.ActivationSpec createInstance() throws NotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException, javax.resource.ResourceException
createInstance
in interface Activation
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.Object
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)