|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanContextProxy
Beans that wish to have a BeanContextChild
or BeanContext
associated with them
but do not wish to implement those interfaces directly, can implement this interface.
Don't shoot yourself in the foot: if you already implement
BeanContextChild
, directly or indirectly, the whole
workings of this package will be unpredictable because it is
indeterminate as to whether the BeanContextChild
is used
in preference to its proxy or vice versa.
Method Summary | |
---|---|
BeanContextChild |
getBeanContextProxy()
Return the BeanContextChild associated with this
Object . |
Method Detail |
---|
BeanContextChild getBeanContextProxy()
BeanContextChild
associated with this
Object
.
BeanContextChild
associated with this
Object
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |