|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.client.xml.ApplicationClient
public class ApplicationClient
Class representing application-client.xml file. TODO: update to use all elements.
Field Summary | |
---|---|
private java.util.List<EJBRef> |
ejbRefs
List of ejb-ref elements. |
Constructor Summary | |
---|---|
ApplicationClient()
|
Method Summary | |
---|---|
void |
addEJBRef(EJBRef ejbRef)
Add an ejb reference to this element. |
java.util.List<EJBRef> |
getEJBRefs()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<EJBRef> ejbRefs
Constructor Detail |
---|
public ApplicationClient()
Method Detail |
---|
public void addEJBRef(EJBRef ejbRef)
ejbRef
- element to add.public java.util.List<EJBRef> getEJBRefs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |