Sea 0.4.0

gov.lbl.dsd.sea.nio.event
Class ChannelRequest.Close

java.lang.Object
  extended bygov.lbl.dsd.sea.event.CallbackEvent
      extended bygov.lbl.dsd.sea.event.GenericCallbackEvent
          extended bygov.lbl.dsd.sea.nio.event.ChannelRequest.Close
Enclosing class:
ChannelRequest

public static class ChannelRequest.Close
extends GenericCallbackEvent

Requests an agent to close the given channel.


Constructor Summary
ChannelRequest.Close(SelectableChannel channel)
           
 
Method Summary
 SelectableChannel getChannel()
           
 
Methods inherited from class gov.lbl.dsd.sea.event.GenericCallbackEvent
getInfo, getMessage, toString
 
Methods inherited from class gov.lbl.dsd.sea.event.CallbackEvent
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelRequest.Close

public ChannelRequest.Close(SelectableChannel channel)
Method Detail

getChannel

public SelectableChannel getChannel()

Sea 0.4.0