org.jwall.audit.script
Class ScriptEvent

java.lang.Object
  extended by org.jwall.audit.script.ScriptEvent
All Implemented Interfaces:
Serializable, Event

public final class ScriptEvent
extends Object
implements Event

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jwall.audit.Event
TIMESTAMP, TYPE
 
Constructor Summary
ScriptEvent(Event evt)
           
 
Method Summary
 String get(String var)
          This method returns the specified aspect for the given event.
 List<String> getAll(String var)
           
 Long getTimestamp()
          Returns the time of this event in milliseconds since 1970.
 EventType getType()
           
 boolean isSet(String var)
           
 void set(String variable, String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptEvent

public ScriptEvent(Event evt)
Method Detail

isSet

public boolean isSet(String var)

get

public String get(String var)
Description copied from interface: Event
This method returns the specified aspect for the given event.

Specified by:
get in interface Event
Returns:

getAll

public List<String> getAll(String var)

getTimestamp

public Long getTimestamp()
Description copied from interface: Event
Returns the time of this event in milliseconds since 1970.

Specified by:
getTimestamp in interface Event
Returns:

getType

public EventType getType()
Specified by:
getType in interface Event

set

public void set(String variable,
                String value)
Specified by:
set in interface Event

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 jwall.org. All Rights Reserved.