Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
Destroys the Networked constructNetLocation
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
-
-