org.mule.routing.inbound
Class EventGroup
java.lang.Object
org.mule.routing.inbound.EventGroup
- All Implemented Interfaces:
- Serializable
- public class EventGroup
- extends Object
- implements Serializable
EventGroup is a holder over events grouped by a common group Id.
This can be used by components such as routers to managed related events.
- See Also:
- Serialized Form
EventGroup
public EventGroup(Object groupId)
EventGroup
public EventGroup(Object groupId,
int expectedSize)
getGroupId
public Object getGroupId()
iterator
public Iterator iterator()
addEvent
public void addEvent(UMOEvent event)
removeEvent
public void removeEvent(UMOEvent event)
getCreated
public long getCreated()
size
public int size()
clear
public void clear()
expectedSize
public int expectedSize()
toString
public String toString()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.