Package com.ibm.ws.javaee.dd.common
Interface ResourceBaseGroup
-
- All Superinterfaces:
JNDIEnvironmentRef
- All Known Subinterfaces:
EJBRef
,EnvEntry
,MessageDestinationRef
,PersistenceContextRef
,PersistenceRef
,PersistenceUnitRef
,ResourceEnvRef
,ResourceGroup
,ResourceRef
public interface ResourceBaseGroup extends JNDIEnvironmentRef
Represents the resourceBaseGroup type from the javaee XSD.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<InjectionTarget>
getInjectionTargets()
java.lang.String
getMappedName()
-
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
-
-
-
-
Method Detail
-
getMappedName
java.lang.String getMappedName()
- Returns:
- <mapped-name>, or null if unspecified
-
getInjectionTargets
java.util.List<InjectionTarget> getInjectionTargets()
- Returns:
- <injection-target> as a read-only list
-
-