at.spardat.xma.boot.server
Class ServerAppLoader

java.lang.Object
  extended byat.spardat.xma.boot.comp.AppLoaderBase
      extended byat.spardat.xma.boot.server.ServerAppLoader

public class ServerAppLoader
extends AppLoaderBase

ServerAppLoader


Field Summary
 
Fields inherited from class at.spardat.xma.boot.comp.AppLoaderBase
log_, parseLog_, props
 
Constructor Summary
ServerAppLoader(java.util.Properties pnew)
           
 
Method Summary
static byte[] getDigest()
           
static XMAApp getXmaapp()
           
 void loadApplication(javax.servlet.ServletContext context)
          load and parse application descriptors.
 
Methods inherited from class at.spardat.xma.boot.comp.AppLoaderBase
createApplicationHash, mergeInto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerAppLoader

public ServerAppLoader(java.util.Properties pnew)
Parameters:
pnew - configuration properties
Method Detail

loadApplication

public void loadApplication(javax.servlet.ServletContext context)
                     throws java.lang.Exception
load and parse application descriptors.

Parameters:
context - servlet context
Throws:
java.lang.Exception

getXmaapp

public static XMAApp getXmaapp()
Returns:
XMAApp xma application descriptor

getDigest

public static byte[] getDigest()
Returns:
application digest (hash code)