Uses of Class
com.jalios.jstore.LogException
-
Packages that use LogException Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jstore Contains JStore core classes. -
-
Uses of LogException in com.jalios.jcms
Methods in com.jalios.jcms that throw LogException Modifier and Type Method Description java.util.TreeSet<? extends Storable>
Channel. getDeletedSet(java.lang.Class<? extends Storable> clazz)
Get the latest version of the deleted Data for a given class.java.util.List<? extends Storable>
Channel. getVersionList(Data data)
Get all the version of a given Data.java.util.List<? extends Storable>
Channel. getVersionList(java.lang.String id)
Get all the version of a Data, given its id.protected void
Channel. loadStore()
Load the JCMS store file. -
Uses of LogException in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler that throw LogException Modifier and Type Method Description protected void
PubBrowserHandler. queryData()
Execute the query to prepare resultSet -
Uses of LogException in com.jalios.jstore
Methods in com.jalios.jstore that throw LogException Modifier and Type Method Description int
Store. generateDelta(java.io.OutputStream out, Stamp startStamp, boolean includeStart)
Ouput in a given stream all the log operations having a stamp greater that the given one.void
Store. load()
Load and process the logvoid
Store. load(boolean processStorable, boolean processInner)
Load and process the logvoid
Store. parseLog(LogManagerHandler handler)
Parse the store with the given handlervoid
Store. parseLog(LogManagerHandler handler, Stamp stamp)
Parse the store with the given handler from the given stampvoid
LogManager. refreshLogDirectory()
void
Store. refreshLogDirectory()
void
LogManager. refreshLogFile()
void
Store. refreshLogFile()
Constructors in com.jalios.jstore that throw LogException Constructor Description StoreCleaner(java.lang.String file)
Create a Store Cleaner that will not override IDsStoreCleaner(java.lang.String file, boolean overrideId)
Create a Store Cleaner that may override IDs of objectsStoreCleaner(java.lang.String file, boolean overrideId, boolean doClean)
Create a Store Cleaner that may override IDs of objectsStoreCleaner(java.lang.String file, Stamp stamp)
Create a StoreCleaner with a starting specific stampStoreCleaner(java.lang.String file, Stamp stamp, boolean overrideId)
Create a Store Cleaner that may override IDs of objects and with starting StampStoreCleaner(java.lang.String file, Stamp stamp, boolean overrideId, boolean doClean)
Create a Store Cleaner that may override IDs of objects and with starting StampStoreCleaner(java.lang.String file, Stamp stamp, boolean overrideId, boolean doClean, java.lang.String mainLang, java.lang.String convLang)
-