com.jxml.qare.qhome.server
Class InstallEventRepository

java.lang.Object
  |
  +--com.jxml.qare.qhome.server.InstallEventRepository

public class InstallEventRepository
extends Object


Constructor Summary
InstallEventRepository()
           
 
Method Summary
 void addInstallListener(InstallListener installListener)
           
static RegisterAppDataRoot getRegisterRootData()
           
 void install(String warFileName)
           
 void removeInstallListener(InstallListener installListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallEventRepository

public InstallEventRepository()
Method Detail

getRegisterRootData

public static RegisterAppDataRoot getRegisterRootData()
                                               throws Exception

install

public void install(String warFileName)
             throws Exception

addInstallListener

public void addInstallListener(InstallListener installListener)

removeInstallListener

public void removeInstallListener(InstallListener installListener)