2009-01-09 1.2.0

Uses of Interface
org.eclipse.soda.dk.transport.service.ChannelStateService

Packages that use ChannelStateService
org.eclipse.soda.dk.transport.service This package is part of the org.eclipse.soda.dk.transport.service project. 
 

Uses of ChannelStateService in org.eclipse.soda.dk.transport.service
 

Methods in org.eclipse.soda.dk.transport.service that return ChannelStateService
 ChannelStateService ControllerService.getChannelState(ChannelService channel)
          Get channel state with the specified channel parameter and return the ChannelStateService result.
 ChannelStateService ChannelStateService.getNext()
          Gets the next (ChannelStateService) value.
 ChannelStateService ChannelStateService.getPrevious()
          Gets the previous (ChannelStateService) value.
 

Methods in org.eclipse.soda.dk.transport.service with parameters of type ChannelStateService
 void ControllerService.closeTransportChannel(ChannelStateService channelState, boolean force)
          Close transport channel with the specified channel parameter.
 void ControllerService.scheduleTimeout(ChannelStateService channelState, java.lang.Object startTime, long responseTimeout)
          Schedule timeout with the specified channel state, object and response timeout parameters.
 void ChannelStateService.setNext(ChannelStateService next)
          Sets the next value.
 void ChannelStateService.setPrevious(ChannelStateService previous)
          Sets the previous value.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.