org.jcsp.net2
Interface Networked

All Known Subinterfaces:
NetChannelInput<T>, NetChannelOutput<T>, NetConnectionClient, NetConnectionServer, NetSharedChannelInput<T>, NetSharedChannelOutput<T>
All Known Implementing Classes:
MobileChannelInput, MobileChannelOutput, NetAltingChannelInput, NetAltingConnectionClient, NetAltingConnectionServer, NetBarrier

public interface Networked

Defines a standard JCSP synchronization mechanism which is also networked. For concrete examples of this class, see NetBarrier, and the networked channels

Author:
Kevin Chalmers (updated from Quickstone Technologies)
See Also:
NetBarrier, NetChannelInput, NetChannelOutput

Method Summary
 void destroy()
          Destroys the Networked construct
 NetLocation getLocation()
          Gets the networked location of the Networked construct
 

Method Detail

getLocation

NetLocation getLocation()
Gets the networked location of the Networked construct

Returns:
The location of the construct

destroy

void destroy()
Destroys the Networked construct



Copyright © 1996-2012. All Rights Reserved.