java.lang.Object
au.edu.educationau.belts.utility.ejb.SessionAdaptor
au.edu.educationau.belts.bootstrap.ejb.bean.BELTSBootstrapperBean
- All Implemented Interfaces:
- au.edu.educationau.belts.bootstrap.BELTSBootstrapper, javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public abstract class BELTSBootstrapperBean
- extends au.edu.educationau.belts.utility.ejb.SessionAdaptor
- implements au.edu.educationau.belts.bootstrap.BELTSBootstrapper
The BELTSBootstrapperBean is the EJB bean that handles bootstrapping the BELTS
system.
- Version:
- $Revision: 1.4 $ - $Date: 2003/02/28 06:44:42 $
| Fields inherited from class au.edu.educationau.belts.utility.ejb.SessionAdaptor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BELTSBootstrapperBean
public BELTSBootstrapperBean()
bootstrap
public void bootstrap(java.lang.String bootstrapData)
throws java.io.IOException
- Description copied from interface:
au.edu.educationau.belts.bootstrap.BELTSBootstrapper
- Bootstrap system data.
- Specified by:
bootstrap in interface au.edu.educationau.belts.bootstrap.BELTSBootstrapper
purge
public void purge()
throws java.io.IOException
- Description copied from interface:
au.edu.educationau.belts.bootstrap.BELTSBootstrapper
- Purge system data.
- Specified by:
purge in interface au.edu.educationau.belts.bootstrap.BELTSBootstrapper