EAF 7.4 Implementation

org.enhydra.server
Class PresentationInfo

java.lang.Object
  extended by org.enhydra.server.PresentationInfo

public class PresentationInfo
extends java.lang.Object

Title:

Description: JavaBean class provide information about Presentation Manager from config file and currently active database from application DatabaseManager.

Copyright: Copyright (c) 2002

Company: www.together.at

Version:
1.0
Author:
Zeljko Tufegdzic, tufex@uns.ns.ac.yu

Constructor Summary
PresentationInfo()
           
PresentationInfo(com.lutris.appserver.server.Application app, com.lutris.util.Config pmConfig)
           
 
Method Summary
 java.lang.String getEntriesPOCache()
           
 java.lang.String getEntriesResourceCache()
           
 java.lang.String getPOCache()
           
 java.lang.String getResourceCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationInfo

public PresentationInfo()

PresentationInfo

public PresentationInfo(com.lutris.appserver.server.Application app,
                        com.lutris.util.Config pmConfig)
                 throws com.lutris.util.KeywordValueException
Throws:
com.lutris.util.KeywordValueException
Method Detail

getPOCache

public java.lang.String getPOCache()

getResourceCache

public java.lang.String getResourceCache()

getEntriesPOCache

public java.lang.String getEntriesPOCache()

getEntriesResourceCache

public java.lang.String getEntriesResourceCache()

EAF 7.4 Implementation