info.magnolia.module.exchangesimple.monitor
Class ActivationLogEntry

java.lang.Object
  extended by info.magnolia.module.exchangesimple.monitor.ActivationLogEntry

public class ActivationLogEntry
extends Object

POJO for holding log entries.


Constructor Summary
ActivationLogEntry(boolean deactivation, boolean success, String path, String subscriber, String user, String workspace, String date)
           
ActivationLogEntry(boolean deactivation, boolean success, String path, String subscriber, String user, String workspace, String date, Throwable error)
           
 
Method Summary
 String getDate()
           
 Throwable getError()
           
 String getPath()
           
 String getSubscriber()
           
 String getUser()
           
 String getWorkspace()
           
 boolean isDeactivation()
           
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationLogEntry

public ActivationLogEntry(boolean deactivation,
                          boolean success,
                          String path,
                          String subscriber,
                          String user,
                          String workspace,
                          String date)

ActivationLogEntry

public ActivationLogEntry(boolean deactivation,
                          boolean success,
                          String path,
                          String subscriber,
                          String user,
                          String workspace,
                          String date,
                          Throwable error)
Method Detail

isSuccess

public boolean isSuccess()

isDeactivation

public boolean isDeactivation()

getUser

public String getUser()

getWorkspace

public String getWorkspace()

getSubscriber

public String getSubscriber()

getPath

public String getPath()

getDate

public String getDate()

getError

public Throwable getError()


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.