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
| Fields inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.ICommonEJBRef |
NAME |
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.