|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.component.Components
public class Components
All components that have been configured.
Field Summary | |
---|---|
private java.util.List<EZBComponent> |
components
List of EZBComponent. |
Constructor Summary | |
---|---|
Components()
|
Method Summary | |
---|---|
java.util.List<EZBComponent> |
getEZBComponents()
Gets the list of components. |
void |
setEZBComponents(java.util.List<EZBComponent> components)
Sets the list of components. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<EZBComponent> components
Constructor Detail |
---|
public Components()
Method Detail |
---|
public java.util.List<EZBComponent> getEZBComponents()
public void setEZBComponents(java.util.List<EZBComponent> components)
components
- the list of components.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |