com.creamtec.ajaxswing
Class ServletHelper.InProcessAppDesc

java.lang.Object
  extended by com.creamtec.ajaxswing.servlet.AppDescBase
      extended by com.creamtec.ajaxswing.servlet.AppDesc
          extended by com.creamtec.ajaxswing.ServletHelper.InProcessAppDesc
All Implemented Interfaces:
SessionListener
Enclosing class:
ServletHelper

public class ServletHelper.InProcessAppDesc
extends AppDesc

Declare this class to resolve classpath to the application classes. Otherwise bootclasspath doesn't work


Field Summary
 
Fields inherited from class com.creamtec.ajaxswing.servlet.AppDesc
agents, appName, inProcess, tempDirPath
 
Fields inherited from class com.creamtec.ajaxswing.servlet.AppDescBase
APPS_LIMIT, CONNECTIONS_LIMIT, dummy1, dummy2, evalRequests, licInitialized
 
Constructor Summary
ServletHelper.InProcessAppDesc(java.lang.String appName)
           
 
Method Summary
 void sessionExpired(java.lang.Object session)
          Called when the session has expired
 
Methods inherited from class com.creamtec.ajaxswing.servlet.AppDesc
addAgent, getAgent, getAgents, getAgentsCount, getAppName, getProps, getSession, getSessionManager, getTempDirPath, isInProcess, removeAgent
 
Methods inherited from class com.creamtec.ajaxswing.servlet.AppDescBase
initLicense
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletHelper.InProcessAppDesc

public ServletHelper.InProcessAppDesc(java.lang.String appName)
                               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

sessionExpired

public void sessionExpired(java.lang.Object session)
Description copied from interface: SessionListener
Called when the session has expired

Parameters:
session - session that has expired


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.