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

All Superinterfaces:
ICommonEJBRef, IResourceGroup, Serializable

public interface IEJBRef
extends ICommonEJBRef

Interface used for ejb-ref element.

Author:
Florent Benoit

Field Summary
 
Fields inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.ICommonEJBRef
NAME
 
Method Summary
 String getHome()
           
 String getRemote()
           
 void setHome(String home)
          Sets the value of home element.
 void setRemote(String remote)
          Sets the value of remote 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
 

Method Detail

getRemote

String getRemote()
Returns:
the remote element

setRemote

void setRemote(String remote)
Sets the value of remote element.

Parameters:
remote - value of remote element

getHome

String getHome()
Returns:
the home element

setHome

void setHome(String home)
Sets the value of home element.

Parameters:
home - value of home element


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