com.bea.p13n.events
Interface IEvent

All Known Implementing Classes:
CampaignUserActivityEvent, ClickCampaignEvent, ClickContentEvent, ClickEvent, ContentConfigEvent, ContentCreateEvent, ContentDeleteEvent, ContentEvent, ContentReIndexEvent, ContentUpdateEvent, ContentUsageEvent, DisplayCampaignEvent, DisplayContentEvent, Event, GenericContentEvent, RuleEvent, SearchEvent, SessionBeginEvent, SessionEndEvent, SessionLoginEvent, TrackingEvent, UserRegistrationEvent

public interface IEvent


Method Summary
 String getApplication()
           
 Object getAttribute(String theKey)
           
 Iterator getAttributeNames()
           
 Object getProperty(String propertySet, String propertyName)
           
 long getTimeStamp()
           
 String getType()
           
 Object removeAttribute(String theKey)
           
 void setApplication(String appName)
           
 void setAttribute(String theKey, Serializable theValue)
           
 

Method Detail

setApplication

void setApplication(String appName)

getApplication

String getApplication()

getType

String getType()

getTimeStamp

long getTimeStamp()

setAttribute

void setAttribute(String theKey,
                  Serializable theValue)

removeAttribute

Object removeAttribute(String theKey)

getAttribute

Object getAttribute(String theKey)

getAttributeNames

Iterator getAttributeNames()

getProperty

Object getProperty(String propertySet,
                   String propertyName)


Copyright © 2011, Oracle. All rights reserved.