pase.server
Class App

java.lang.Object
  extended by pase.server.App
All Implemented Interfaces:
java.util.EventListener, org.springframework.context.ApplicationListener, pe.pase.event.ServerListener

public class App
extends java.lang.Object
implements pe.pase.event.ServerListener, org.springframework.context.ApplicationListener


Field Summary
static java.lang.String _versionInfo
           
 
Constructor Summary
App(java.lang.String lang)
           
 
Method Summary
static java.util.HashMap getProductInfo()
           
static void main(java.lang.String[] args)
           
 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
           
 void onServerEvent(pe.pase.event.ServerEvent event)
           
static void setProductInfo(java.util.Map info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_versionInfo

public static java.lang.String _versionInfo
Constructor Detail

App

public App(java.lang.String lang)
Method Detail

main

public static void main(java.lang.String[] args)

getProductInfo

public static java.util.HashMap getProductInfo()

setProductInfo

public static void setProductInfo(java.util.Map info)

onServerEvent

public void onServerEvent(pe.pase.event.ServerEvent event)
Specified by:
onServerEvent in interface pe.pase.event.ServerListener

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener