Package org.jcsp.net
Interface Networked
-
- All Known Subinterfaces:
MigratableChannelInput,MigratableChannelOutput,NetChannelInput,NetChannelOutput,NetConnectionClient,NetConnectionServer,NetSharedChannelInput,NetSharedChannelOutput,NetSharedConnectionClient,NetSharedConnectionServer
- All Known Implementing Classes:
Any2NetChannel,MigratableAltingChannelInput,MigratableAltingChannelInputImpl,MigratableChannelOutputImpl,Net2AnyChannel,Net2OneChannel,NetAltingChannelInput,NetAltingConnectionClient,NetAltingConnectionServer,NetSharedAltingConnectionClient,NetSharedConnectionServerImpl,One2NetChannel
public interface NetworkedAn interface that should be implemented by any class that has a Networked channel location or wishes to expose the location of an underlying channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetChannelLocationgetChannelLocation()Returns the location of theNetworkedChannelInput.
-
-
-
Method Detail
-
getChannelLocation
NetChannelLocation getChannelLocation()
Returns the location of theNetworkedChannelInput.- Returns:
- the
NetChannelLocationobject.
-
-