|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EjbLocalRef | |
|---|---|
| org.openejb.alt.config | The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. |
| org.openejb.alt.config.ejb11 | The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor Configuration. |
| Uses of EjbLocalRef in org.openejb.alt.config |
|---|
| Methods in org.openejb.alt.config that return EjbLocalRef | |
|---|---|
EjbLocalRef[] |
Bean.getEjbLocalRef()
|
EjbLocalRef[] |
EntityBean.getEjbLocalRef()
|
EjbLocalRef[] |
SessionBean.getEjbLocalRef()
|
| Uses of EjbLocalRef in org.openejb.alt.config.ejb11 |
|---|
| Methods in org.openejb.alt.config.ejb11 that return EjbLocalRef | |
|---|---|
EjbLocalRef[] |
Session.getEjbLocalRef()
Method getEjbLocalRef |
EjbLocalRef[] |
Entity.getEjbLocalRef()
Method getEjbLocalRef |
EjbLocalRef |
Session.getEjbLocalRef(int index)
Method getEjbLocalRef |
EjbLocalRef |
Entity.getEjbLocalRef(int index)
Method getEjbLocalRef |
EjbLocalRef |
Session.removeEjbLocalRef(int index)
Method removeEjbLocalRef |
EjbLocalRef |
Entity.removeEjbLocalRef(int index)
Method removeEjbLocalRef |
| Methods in org.openejb.alt.config.ejb11 with parameters of type EjbLocalRef | |
|---|---|
void |
Session.addEjbLocalRef(EjbLocalRef vEjbLocalRef)
Method addEjbLocalRef |
void |
Entity.addEjbLocalRef(EjbLocalRef vEjbLocalRef)
Method addEjbLocalRef |
void |
Session.addEjbLocalRef(int index,
EjbLocalRef vEjbLocalRef)
Method addEjbLocalRef |
void |
Entity.addEjbLocalRef(int index,
EjbLocalRef vEjbLocalRef)
Method addEjbLocalRef |
void |
Session.setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
Method setEjbLocalRef |
void |
Entity.setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
Method setEjbLocalRef |
void |
Session.setEjbLocalRef(int index,
EjbLocalRef vEjbLocalRef)
Method setEjbLocalRef |
void |
Entity.setEjbLocalRef(int index,
EjbLocalRef vEjbLocalRef)
Method setEjbLocalRef |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||