org.gcube.portlets.user.homelibrary.util.accesslog
Class HLAccessLogEntry

java.lang.Object
  extended by org.gcube.application.framework.accesslogger.model.AccessLogEntry
      extended by org.gcube.portlets.user.homelibrary.util.accesslog.HLAccessLogEntry

public class HLAccessLogEntry
extends org.gcube.application.framework.accesslogger.model.AccessLogEntry

Author:
Federico De Faveri defaveri@isti.cnr.it

Field Summary
protected  String message
           
 
Fields inherited from class org.gcube.application.framework.accesslogger.model.AccessLogEntry
entryType
 
Constructor Summary
HLAccessLogEntry(HLAccessLogEntryType type, String message)
          Create an access log entry.
 
Method Summary
 String getLogMessage()
          
 
Methods inherited from class org.gcube.application.framework.accesslogger.model.AccessLogEntry
getType, replaceReservedChars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected String message
Constructor Detail

HLAccessLogEntry

public HLAccessLogEntry(HLAccessLogEntryType type,
                        String message)
Create an access log entry.

Parameters:
type - the entry type.
message - the entry message.
Method Detail

getLogMessage

public String getLogMessage()

Specified by:
getLogMessage in class org.gcube.application.framework.accesslogger.model.AccessLogEntry


Copyright © 2013. All Rights Reserved.