org.ow2.util.ee.metadata.common.api.xml.struct
Interface IResourceGroup

All Superinterfaces:
Serializable
All Known Subinterfaces:
ICommonEJBRef, IEJBLocalRef, IEJBRef, IEnvEntry, IMessageDestinationRef, IPersistenceContextRef, IPersistenceUnitRef, IResourceEnvRef, IResourceRef, IServiceRef

public interface IResourceGroup
extends Serializable

Interface used for resource element.

Author:
Florent Benoit

Method Summary
 void addInjectionTarget(IInjectionTarget injectionTarget)
          Adds the igiven njection target value.
 List<IInjectionTarget> getInjectionTargetList()
           
 String getLookupName()
           
 String getMappedName()
          Gets the mapped name.
 void setLookupName(String lookup)
          Sets lookup the lookup Name.
 void setMappedName(String mappedName)
          Set the mapped name.
 

Method Detail

getMappedName

String getMappedName()
Gets the mapped name.

Returns:
the mapped name

setMappedName

void setMappedName(String mappedName)
Set the mapped name.

Parameters:
mappedName - the given mapped name.

getInjectionTargetList

List<IInjectionTarget> getInjectionTargetList()
Returns:
the injectionTarget list

addInjectionTarget

void addInjectionTarget(IInjectionTarget injectionTarget)
Adds the igiven njection target value.

Parameters:
injectionTarget - value of injectionTarget element

getLookupName

String getLookupName()
Returns:
lookup.

setLookupName

void setLookupName(String lookup)
Sets lookup the lookup Name.

Parameters:
lookup - the given lookup.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.