java.lang .Object java.lang .Thread com.rift.coad.lib.thread .BasicThread com.rift.coad.lib.deployment.bean .BeanLoader BeanLoader public class BeanLoader extends BasicThread (Code) This class is responsible for loading the coadunation beans in to memory from
the jar file.
author: Brett Chaldecott
Field Summary protected Loggerlog
Method Summary protected voidfinalize () This method finalizes the threads in this object.public Map getBeans () This method returns the loaded beans.public Exception getException () public voidprocess () This method loads the beans from the deployment file.public voidstopThreads () This method is called to perform the unload on this bean loader object.public voidterminate () Terminate the processing of this object.public booleanwasSucessfull () This method returns true if the loading was successfull and false
otherwise.
finalize protected void finalize()(Code) This method finalizes the threads in this object.
getBeans public Map getBeans()(Code) This method returns the loaded beans.
The list of loaded beans.
getException public Exception getException()(Code) The exception that caused the problem
process public void process()(Code) This method loads the beans from the deployment file.
exception: BeanException -
stopThreads public void stopThreads()(Code) This method is called to perform the unload on this bean loader object.
terminate public void terminate()(Code) Terminate the processing of this object.
wasSucessfull public boolean wasSucessfull()(Code) This method returns true if the loading was successfull and false
otherwise.
Fields inherited from com.rift.coad.lib.thread.BasicThread protected Logger log(Code) (Java Doc)