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

All Superinterfaces:
ICommonEJBRef, IResourceGroup, Serializable

public interface IEJBLocalRef
extends ICommonEJBRef

Interface used for ejb-local-ref element.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getLocal()
           
 String getLocalHome()
           
 void setLocal(String local)
          Sets the value of local element.
 void setLocalHome(String localHome)
          Sets the value of home element.
 
Methods inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.ICommonEJBRef
getEjbLink, getEjbRefName, getEjbRefType, setEjbLink, setEjbRefName, setEjbRefType
 
Methods inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.IResourceGroup
addInjectionTarget, getInjectionTargetList, getLookupName, getMappedName, setLookupName, setMappedName
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getLocal

String getLocal()
Returns:
the local element

setLocal

void setLocal(String local)
Sets the value of local element.

Parameters:
local - value of local element

getLocalHome

String getLocalHome()
Returns:
the local home element

setLocalHome

void setLocalHome(String localHome)
Sets the value of home element.

Parameters:
localHome - value of local home element


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