Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

com::cosylab::logging::engine::ACS::CacheUtils Class Reference

List of all members.

Static Public Member Functions

synchronized ILogEntry fromCacheString (String str) throws LogEngineException
String toCacheString (LogBinaryRecord log)

Static Public Attributes

final SimpleDateFormat dateFormat = new IsoDateFormat()
final char SEPARATOR_CHAR = (char)0
final String SEPARATOR = ""+CacheUtils.SEPARATOR_CHAR

Static Private Attributes

StringBuilder sb = new StringBuilder()

Detailed Description

A collection of utils methods

Author:
acaproni


Member Function Documentation

synchronized ILogEntry com::cosylab::logging::engine::ACS::CacheUtils::fromCacheString String  str  )  throws LogEngineException [inline, static]
 

Build a log out of its string representation

Parameters:
str The string representing a log
Returns:
The log

String com::cosylab::logging::engine::ACS::CacheUtils::toCacheString LogBinaryRecord  log  )  [inline, static]
 

Transform the log in a string of zero separated values It is very similato what is used in the FileCache

Parameters:
log The log to get the string representation
Returns:
A string representation of the log


Member Data Documentation

final SimpleDateFormat com::cosylab::logging::engine::ACS::CacheUtils::dateFormat = new IsoDateFormat() [static]
 

StringBuilder com::cosylab::logging::engine::ACS::CacheUtils::sb = new StringBuilder() [static, private]
 

final String com::cosylab::logging::engine::ACS::CacheUtils::SEPARATOR = ""+CacheUtils.SEPARATOR_CHAR [static]
 

final char com::cosylab::logging::engine::ACS::CacheUtils::SEPARATOR_CHAR = (char)0 [static]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:13:09 2009 for ACS Java API by doxygen 1.3.8