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:
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Destroys the Networked constructGets the networked location of the Networked construct
-
Method Details
-
getLocation
NetLocation getLocation()Gets the networked location of the Networked construct- Returns:
- The location of the construct
-
destroy
void destroy()Destroys the Networked construct
-