|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.util.factory.PooledFactory
public class PooledFactory
This class decorates a Factory object that uses a Pool strategy to cache the factory result;
| Constructor Summary | |
|---|---|
PooledFactory(Factory factory,
Pool pool)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
create()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PooledFactory(Factory factory,
Pool pool)
| Method Detail |
|---|
public java.lang.Object create()
throws java.lang.Throwable
create in interface Factoryjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||