|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talika.tarsis.service.AbstractService
org.talika.tarsis.factory.FactoryService
public abstract class FactoryService
Base implementation of Factory interface.
Object factories plug in system like a service by extending AbstractService.
| Constructor Summary | |
|---|---|
FactoryService()
Creates a new FactoryService object. |
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
getInstance()
Returns an object instance created by this factory. |
| Methods inherited from class org.talika.tarsis.service.AbstractService |
|---|
destroy, getContext, getLogger, getName, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryService()
FactoryService object.
| Method Detail |
|---|
public abstract java.lang.Object getInstance()
getInstance in interface FactoryFactory.getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||