예제 #1
0
 /**
  * Retuns a list of all instanciated and registered Components
  *
  * @return Currently active components.
  */
 public List<AbstractComponent> getLiveComponents() {
   return pool.getComponents();
 }