|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Resolver interface defines the contract for instance access and release.
Method Summary | |
void |
release(Object instance)
Release an object. |
Object |
resolve()
Resolve a object to a value. |
Object |
resolve(boolean proxy)
Resolve a object to a value. |
Method Detail |
public Object resolve() throws Exception
Exception
- if an error occurspublic Object resolve(boolean proxy) throws Exception
proxy
- if TRUE ruturn a proxied reference if the underlying component
suppports proxied representation otherwise return the raw component instance
Exception
- if an error occurspublic void release(Object instance)
instance
- the object to release
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |