ch.ethz.iks.r_osgi
Interface Remoting


public interface Remoting

This interface is used by generated proxy bundles. Applications don't have to use it.

Since:
0.1
Author:
Jan S. Rellermeyer, ETH Zurich

Method Summary
 void createEndpoint(NetworkChannel channel)
          create an endpoint.
 ChannelEndpoint getEndpoint(java.lang.String url)
          get the endpoint of the channel to the denoted service url.
 

Method Detail

getEndpoint

ChannelEndpoint getEndpoint(java.lang.String url)
get the endpoint of the channel to the denoted service url. If the peer is not connected, it returns null.

Parameters:
serviceURL - the service url.
Returns:
the endpoint or null
Since:
0.6

createEndpoint

void createEndpoint(NetworkChannel channel)
create an endpoint.

Parameters:
channel - the channel.


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