|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Activation

An activation representation
| 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 |
|---|
Map<String,Class<?>> getConfigProperties()
Set<String> getRequiredConfigProperties()
javax.resource.spi.ActivationSpec createInstance()
throws NotFoundException,
InstantiationException,
IllegalAccessException,
javax.resource.ResourceException
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||