|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Factory
Factory instantiates and initializes objects.
It is assumed that for a given type, all instances are created and initialized in the same way.
| Method Summary | ||
|---|---|---|
|
getInstanceOf(Class<Type> type)
Return an initialized instance of the specified type. |
|
| Method Detail |
|---|
<Type> Type getInstanceOf(Class<Type> type)
throws SeafRuntimeException
type - The type of the requested instance
SeafRuntimeException - Thrown when the instance cannot be retrieved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||