Uses of Class
p2pMapReduce.nodeModule.event.EventType

Packages that use EventType
p2pMapReduce.nodeModule.event   
 

Uses of EventType in p2pMapReduce.nodeModule.event
 

Methods in p2pMapReduce.nodeModule.event that return EventType
 EventType AbstractEvent.getType()
          Deprecated.  
 EventType EventIF.getType()
           
 EventType InnerEvent.getType()
           
 EventType MessageEvent.getType()
           
static EventType EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in p2pMapReduce.nodeModule.event with parameters of type EventType
 void AbstractEvent.setType(EventType type)
          Deprecated.  
 void EventIF.setType(EventType type)
           
 void InnerEvent.setType(EventType type)
           
 void MessageEvent.setType(EventType type)
           
 

Constructors in p2pMapReduce.nodeModule.event with parameters of type EventType
AbstractEvent(EventType type)
          Deprecated.  
InnerEvent(EventType type)
           
InnerEvent(EventType type, java.lang.Object... params)
           
MessageEvent(EventType type)
           
MessageEvent(EventType type, java.io.Serializable... params)