Uses of Interface
org.eclipse.net4j.channel.IChannel

Packages that use IChannel
org.eclipse.net4j.buddies   
org.eclipse.net4j.buddies.common   
org.eclipse.net4j.buddies.server   
org.eclipse.net4j.channel   
org.eclipse.net4j.connector   
org.eclipse.net4j.protocol   
org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer. 
org.eclipse.net4j.signal.failover   
org.eclipse.spi.net4j   
 

Uses of IChannel in org.eclipse.net4j.buddies
 

Methods in org.eclipse.net4j.buddies that return IChannel
 IChannel IBuddySession.getChannel()
           
 

Uses of IChannel in org.eclipse.net4j.buddies.common
 

Methods in org.eclipse.net4j.buddies.common that return IChannel
 IChannel ISession.getChannel()
           
 

Uses of IChannel in org.eclipse.net4j.buddies.server
 

Methods in org.eclipse.net4j.buddies.server with parameters of type IChannel
 ISession IBuddyAdmin.openSession(IChannel channel, java.lang.String userID, java.lang.String password, java.lang.String[] facilityTypes)
           
 

Uses of IChannel in org.eclipse.net4j.channel
 

Methods in org.eclipse.net4j.channel that return IChannel
 IChannel ChannelInputStream.getChannel()
           
 

Methods in org.eclipse.net4j.channel with parameters of type IChannel
 void IChannelMultiplexer.multiplexChannel(IChannel channel)
          Called by an IChannel each time a new buffer is available for multiplexing.
 boolean IChannelMultiplexer.removeChannel(IChannel channel)
           
 

Constructors in org.eclipse.net4j.channel with parameters of type IChannel
ChannelInputStream(IChannel channel)
           
ChannelInputStream(IChannel channel, long millisBeforeTimeout)
           
ChannelOutputStream(IChannel channel)
           
ChannelOutputStream(IChannel channel, IBufferProvider bufferProvider)
           
 

Uses of IChannel in org.eclipse.net4j.connector
 

Methods in org.eclipse.net4j.connector that return IChannel
 IChannel[] IConnector.getChannels()
          Returns an array of currently open channels.
 IChannel IConnector.openChannel()
          Synchronous request to open a new IChannel with an undefined channel protocol.
 IChannel IConnector.openChannel(IProtocol protocol)
          Synchronous request to open a new IChannel with the given channel protocol .
 IChannel IConnector.openChannel(java.lang.String protocolID, java.lang.Object infraStructure)
          Synchronous request to open a new IChannel with a channel protocol defined by a given protocol identifier.
 

Uses of IChannel in org.eclipse.net4j.protocol
 

Methods in org.eclipse.net4j.protocol that return IChannel
 IChannel Protocol.getChannel()
           
 IChannel IProtocol.getChannel()
           
 

Methods in org.eclipse.net4j.protocol with parameters of type IChannel
 IProtocol IProtocolProvider.getClientProtocol(java.lang.String type, IChannel channel)
           
 IProtocol IProtocolProvider.getServerProtocol(java.lang.String type, IChannel channel)
           
 void Protocol.setChannel(IChannel channel)
           
 void IProtocol.setChannel(IChannel channel)
           
 

Uses of IChannel in org.eclipse.net4j.signal
 

Constructors in org.eclipse.net4j.signal with parameters of type IChannel
Request(IChannel channel)
           
RequestWithConfirmation(IChannel channel)
           
SignalActor(IChannel channel)
           
 

Uses of IChannel in org.eclipse.net4j.signal.failover
 

Methods in org.eclipse.net4j.signal.failover that return IChannel
 IChannel IFailOverEvent.getNewChannel()
          Returns the new channel that is active after the fail over occured.
 IChannel IFailOverEvent.getOldChannel()
          Returns the old channel that was active before the fail over occured.
 

Methods in org.eclipse.net4j.signal.failover with parameters of type IChannel
protected  IConnector RetryFailOverStrategy.getNewConnector(IChannel oldChannel)
           
protected abstract  IConnector FailOverStrategy.getNewConnector(IChannel oldChannel)
          Should be overridden to provide a fail-over IConnector.
 

Uses of IChannel in org.eclipse.spi.net4j
 

Subinterfaces of IChannel in org.eclipse.spi.net4j
 interface InternalChannel
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.