CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net
Interface Networked

All Known Subinterfaces:
MigratableChannelInput, MigratableChannelOutput, NetChannelInput, NetChannelOutput, NetConnectionClient, NetConnectionServer, NetSharedChannelInput, NetSharedChannelOutput, NetSharedConnectionClient, NetSharedConnectionServer
All Known Implementing Classes:
MigratableAltingChannelInput, NetAltingChannelInput, NetAltingConnectionClient, NetSharedAltingConnectionClient

public interface Networked

An interface that should be implemented by any class that has a Networked channel location or wishes to expose the location of an underlying channel.

Author:
Quickstone Technologies Limited

Method Summary
 NetChannelLocation getChannelLocation()
          Returns the location of the Networked ChannelInput.
 

Method Detail

getChannelLocation

NetChannelLocation getChannelLocation()
Returns the location of the Networked ChannelInput.

Returns:
the NetChannelLocation object.

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.