|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that define how singleton are created.
SingletonGiver
Method Summary | |
java.lang.Object |
newInstance(java.lang.Object object,
java.lang.Object[] args)
Creates a new singleton instance for the specified object . |
Method Detail |
public java.lang.Object newInstance(java.lang.Object object, java.lang.Object[] args)
Creates a new singleton instance for the specified
object
.
object
- the object
to create the singleton forargs
- the arguments required to construct the related
singleton
SingletonGiver.getInstance(Object, Object[])
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |