org.objectweb.easybeans.component
Class Components

java.lang.Object
  extended by org.objectweb.easybeans.component.Components

public class Components
extends java.lang.Object

All components that have been configured.

Author:
Florent Benoit

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

components

private java.util.List<EZBComponent> components
List of EZBComponent.

Constructor Detail

Components

public Components()
Method Detail

getEZBComponents

public java.util.List<EZBComponent> getEZBComponents()
Gets the list of components.

Returns:
the list of components.

setEZBComponents

public void setEZBComponents(java.util.List<EZBComponent> components)
Sets the list of components.

Parameters:
components - the list of components.