to.etc.iocular.container
Class StaticComponentRef

java.lang.Object
  extended by to.etc.iocular.container.StaticComponentRef

public class StaticComponentRef
extends java.lang.Object

Encapsulates the initialization and termination state of the static part of a component. It is kept within the container and gets used to lock the initialization and termination of the static portion of objects.

Author:
Frits Jalvingh Created on Apr 26, 2007

Constructor Summary
StaticComponentRef(ComponentDef def)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticComponentRef

public StaticComponentRef(ComponentDef def)