Uses of Interface
ch.ethz.iks.r_osgi.channels.ChannelEndpoint

Packages that use ChannelEndpoint
ch.ethz.iks.r_osgi   
ch.ethz.iks.r_osgi.channels   
ch.ethz.iks.r_osgi.impl   
 

Uses of ChannelEndpoint in ch.ethz.iks.r_osgi
 

Methods in ch.ethz.iks.r_osgi that return ChannelEndpoint
 ChannelEndpoint Remoting.getEndpoint(java.lang.String url)
          get the endpoint of the channel to the denoted service url.
 

Uses of ChannelEndpoint in ch.ethz.iks.r_osgi.channels
 

Methods in ch.ethz.iks.r_osgi.channels with parameters of type ChannelEndpoint
 void NetworkChannel.bind(ChannelEndpoint endpoint)
          bind the network channel to a channel endpoint.
 NetworkChannel NetworkChannelFactory.getConnection(ChannelEndpoint endpoint, URI endpointURI)
          get a new connection to a remote OSGi framework.
 

Uses of ChannelEndpoint in ch.ethz.iks.r_osgi.impl
 

Classes in ch.ethz.iks.r_osgi.impl that implement ChannelEndpoint
 class ChannelEndpointImpl
           The endpoint of a network channel encapsulates most of the communication logic like sending of messages, service method invocation, timestamp synchronization, and event delivery.
 



Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.