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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<InjectionTarget>getInjectionTargets()java.lang.StringgetMappedName()- 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefgetName
 
- 
 
- 
- 
- 
Method Detail- 
getMappedNamejava.lang.String getMappedName() - Returns:
- <mapped-name>, or null if unspecified
 
 - 
getInjectionTargetsjava.util.List<InjectionTarget> getInjectionTargets() - Returns:
- <injection-target> as a read-only list
 
 
- 
 
-