|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Instanciable
Instanciable
represents an object (a service) created by its factory.
Instanciables are used in order to prevent side effects while creating services. For the time being, they are used in case of circularity not to call their factory twice by stack returned when the service still exists.
Method Summary | |
---|---|
java.lang.Object |
getInstance()
Return the service's instance. |
boolean |
isInstanciated()
Test if the service still exists. |
Method Detail |
---|
boolean isInstanciated()
java.lang.Object getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |