org.apache.qpid.pool
Class Event

java.lang.Object
  extended by org.apache.qpid.pool.Event
Direct Known Subclasses:
Event.ReceivedEvent, Event.WriteEvent

public abstract class Event
extends java.lang.Object


Nested Class Summary
static class Event.ReceivedEvent
           
static class Event.WriteEvent
           
 
Constructor Summary
Event()
           
 
Method Summary
abstract  void process(org.apache.mina.common.IoSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()
Method Detail

process

public abstract void process(org.apache.mina.common.IoSession session)


Copyright © 2007. All Rights Reserved.