Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

au.edu.educationau.belts.bootstrap.ejb.bean
Class BELTSBootstrapperBean  view BELTSBootstrapperBean download BELTSBootstrapperBean.java

java.lang.Object
  extended byau.edu.educationau.belts.utility.ejb.SessionAdaptor
      extended byau.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 $

Field Summary
 
Fields inherited from class au.edu.educationau.belts.utility.ejb.SessionAdaptor
 
Constructor Summary
BELTSBootstrapperBean()
           
 
Method Summary
 void bootstrap(java.lang.String bootstrapData)
          Bootstrap system data.
 void purge()
          Purge system data.
 
Methods inherited from class au.edu.educationau.belts.utility.ejb.SessionAdaptor
ejbActivate, ejbPassivate, ejbRemove, getContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BELTSBootstrapperBean

public BELTSBootstrapperBean()
Method Detail

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