org.semispace
Class DistributedEvent

java.lang.Object
  extended by org.semispace.DistributedEvent

public class DistributedEvent
extends Object

Used for distributing event through terracotta.


Constructor Summary
DistributedEvent(String holderClassName, SemiEvent event, Map<String,String> map)
           
 
Method Summary
 Set<Map.Entry<String,String>> getEntrySet()
           
 SemiEvent getEvent()
           
 String getHolderClassName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedEvent

public DistributedEvent(String holderClassName,
                        SemiEvent event,
                        Map<String,String> map)
Method Detail

getEvent

public SemiEvent getEvent()

getEntrySet

public Set<Map.Entry<String,String>> getEntrySet()

getHolderClassName

public String getHolderClassName()


Copyright © 2008-2012. All Rights Reserved.