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 voidChannel. 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 voidPubBrowserHandler. 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 intStore. 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.voidStore. load()Load and process the logvoidStore. load(boolean processStorable, boolean processInner)Load and process the logvoidStore. parseLog(LogManagerHandler handler)Parse the store with the given handlervoidStore. parseLog(LogManagerHandler handler, Stamp stamp)Parse the store with the given handler from the given stampConstructors 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)
-