|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.easybeans.examples.pool.AbsBean
org.ow2.easybeans.examples.pool.AbsSessionBean
org.ow2.easybeans.examples.pool.PoolAnnotationBean
public class PoolAnnotationBean
Pool of this bean is defined with an annotation.
| Field Summary | |
|---|---|
static int |
MAX_SIZE
Maximum size to use for the pool. |
| Fields inherited from interface org.ow2.easybeans.examples.pool.BusinessInterface |
|---|
MAX_INSTANCE_ANNOTATION, MAX_INSTANCE_XML |
| Constructor Summary | |
|---|---|
PoolAnnotationBean()
Constructor. |
|
| Method Summary | |
|---|---|
int |
getInstances()
|
| Methods inherited from class org.ow2.easybeans.examples.pool.AbsBean |
|---|
dummyWork |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.easybeans.examples.pool.BusinessInterface |
|---|
dummyWork |
| Field Detail |
|---|
public static final int MAX_SIZE
| Constructor Detail |
|---|
public PoolAnnotationBean()
| Method Detail |
|---|
public int getInstances()
getInstances in interface BusinessInterfacegetInstances in class AbsBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||