Enhydra 5.1 API

com.lutris.appserver.server
Class LBS

java.lang.Object
  |
  +--com.lutris.appserver.server.Enhydra
        |
        +--com.lutris.appserver.server.LBS

public class LBS
extends Enhydra

The LBS class is provided for backwards compatability. The name of the Enhydra project used to be the Lutris Business Server (LBS). Old code might still refer to the LBS instead of using Enhydra, so we leave this class around. All calls are simply passed through to the parent class which is Enhydra.

Since:
LBS1.8
Version:
$Revision: 1.1 $
Author:
Andy John

Methods inherited from class com.lutris.appserver.server.Enhydra
getApplication, getDatabaseManager, getLogChannel, getLogger, getSessionManager, register, register, unRegister, unRegister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Enhydra 5.1 API