|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextToolFactory
Context tool factory interface.
| Method Summary | |
|---|---|
String |
getKey()
Get the key of the tool. |
Object |
getTool()
Get the tool instance. |
void |
recycleTool(Object tool)
Return the tool instance to the object pool. |
| Method Detail |
|---|
Object getTool()
throws ProcessingException
ProcessingException - if anything goes wrong.
void recycleTool(Object tool)
throws ProcessingException
tool - the tool instance.
ProcessingException - if anything goes wrong.String getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||