com.bea.content.repo.client.common.events
Class ContentEventBatch

java.lang.Object
  extended by com.bea.p13n.property.AbstractConfigurableEntity
      extended by com.bea.p13n.events.Event
          extended by com.bea.content.repo.client.common.events.ContentEventBatch
All Implemented Interfaces
EventConstants, ConfigurableEntity, Serializable

public class ContentEventBatch
extends Event

Event aggregating multiple events.

See Also
Serialized Form

Field Summary
static String TYPE
           
 
Fields inherited from class com.bea.p13n.property.AbstractConfigurableEntity
CE_METHOD_CACHE, instanceClass, PREFIX_GET, PREFIX_SET, propertyCache, textFormatter
 
Fields inherited from interface com.bea.p13n.property.ConfigurableEntity
RESERVED_PROPERTY_SET
 
Fields inherited from interface com.bea.p13n.events.EventConstants
TYPE_ALL
 
Constructor Summary
ContentEventBatch(List<Event> events)
           
 
Method Summary
 List<Event> getEvents()
           
 String toString()
          Return a string representation of the Event.
 
Methods inherited from class com.bea.p13n.events.Event
getApplication, getAttribute, getAttributeNames, getProperty, getTimeStamp, getType, removeAttribute, setApplication, setAttribute
 
Methods inherited from class com.bea.p13n.property.AbstractConfigurableEntity
createMapKey, getCachedProperty, getExplicitProperty, getExplicitSetter, getImplicitProperty, getJndiName, getPkString, getPropertyAsString, getPropertyCache, getPropertyNoDefault, getUniqueId, hasExplicitGetter, hasExplicitSetter, removeExplicitProperty, removeProperty, setExplicitProperty, setProperty, upcaseFirst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.bea.p13n.property.ConfigurableEntity
getJndiName, getPkString, getPropertyAsString, getPropertyNoDefault, getUniqueId, removeProperty, setProperty
 

Field Detail

TYPE

public static final String TYPE
See Also
Constants Summary
Constructor Detail

ContentEventBatch

public ContentEventBatch(List<Event> events)
Method Detail

getEvents

public List<Event> getEvents()

toString

public String toString()
Description copied from class: Event
Return a string representation of the Event. Returns as:
  Event [type @ timeStamp] { attributeKey=attributeValue, ... }
 
The time stamp is formated using java.util.Date.toString(). The attribute values are converted to string using String.valueOf().

Overrides:
toString in class Event


Copyright © 2008 BEA Systems, Inc. All Rights Reserved