- 
Constructor SummaryConstructors 
- 
Method Summary
Creates the object that will be used for the invoke 
 void
 
Post invoke, this is called to allow the factory to release
 the object, store it, etc... 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Method Details
- 
createDescription copied from interface: Factory
 Creates the object that will be used for the invoke 
- Specified by:
- createin interface- Factory
- Throws:
- Throwable
 
- 
releaseDescription copied from interface: Factory
 Post invoke, this is called to allow the factory to release
 the object, store it, etc... 
- Specified by:
- releasein interface- Factory
- o- object created from the create method