Package org.eclipse.net4j.jvm
Interface IJVMChannel
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable,- IBufferHandler,- IChannel,- ILocationAware,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.security.IUserAware
 
 public interface IJVMChannel extends IChannel Achannelof aJVM connector.- Since:
- 4.1
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.ILocationAwareILocationAware.Location
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IJVMChannelgetPeer()- 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferHandlerhandleBuffer
 - 
Methods inherited from interface org.eclipse.net4j.channel.IChannelgetID, getMultiplexer, getReceivedBuffers, getReceivedBytes, getReceiveHandler, getSentBuffers, getSentBytes, sendBuffer, setReceiveHandler
 - 
Methods inherited from interface org.eclipse.net4j.ILocationAwaregetLocation, isClient, isServer
 
- 
 
- 
- 
- 
Method Detail- 
getPeerIJVMChannel getPeer() 
 
- 
 
-