Interface Activations
-
- All Superinterfaces:
JCAMetadata,Serializable
public interface Activations extends JCAMetadata
Resource adapter activations- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classActivations.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Activation>getActivations()Get the activations.
-
-
-
Method Detail
-
getActivations
List<Activation> getActivations()
Get the activations.- Returns:
- the resourceAdapters.
-
-