com.ibm.retail.AEF.server
Class StandAloneSessionServer

java.lang.Object
  |
  +--com.ibm.retail.AEF.server.StandAloneSessionServer

public class StandAloneSessionServer
extends java.lang.Object

StandAloneSessionServer includes a main that will produce a SessionServer. This class is intended for use in situations where a standalone session server is desired. For example, this class may be run on a Windows or Linux server in the store to produce an independent session server.

Here is an example of a Windows command file that can be used to execute this class:

 
 rem set %java_home% to root java install directory.
 rem set %aef_jars% to directory where AEF jar files are installed.
 rem set %aef_nic_ip_address% to the IP address of the AEF netword card if multi-homed.
 %java_home%\bin\java -cp %aef_jars%\siutil.jar;%aef_jars%\aef.jar;%aef_jars%\commons-logging.jar;. -Djava.rmi.server.hostname=%aef_nic_ip_address% com.ibm.retail.AEF.server.StandAloneSessionServer
 


Constructor Summary
StandAloneSessionServer()
           
 
Method Summary
(package private) static java.lang.String copyright()
           
static void main(java.lang.String[] args)
          The main routine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandAloneSessionServer

public StandAloneSessionServer()
Method Detail

copyright

static java.lang.String copyright()

main

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

Parameters:
args - an array of strings for command line parameters


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004