|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Home interface defines the contract for instance access and release. A client of a home aquires object references by checking-out an instance by passing itself as a check-out token. When a client no-longer requires the instance it release the instance along by supplying itself as the identifiable consumer.
Method Summary | |
void |
release(Object instance)
Release an object |
Object |
resolve()
Resolve a object to a value. |
Method Detail |
public Object resolve() throws Exception
Exception
- if an error occurspublic void release(Object instance)
instance
- the object to be released
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |