Uses of Interface
org.jcsp.net.NetSharedChannelOutput

Packages that use NetSharedChannelOutput
org.jcsp.net This is main package for JCSP.NET. 
org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS). 
org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. 
 

Uses of NetSharedChannelOutput in org.jcsp.net
 

Methods in org.jcsp.net that return NetSharedChannelOutput
 NetSharedChannelOutput UnacknowledgedNetChannelEndFactory.createAny2Net(NetChannelLocation loc)
          Creates an unacknowledged output channel end suitable for use by multiple writers.
 NetSharedChannelOutput StandardNetChannelEndFactory.createAny2Net(NetChannelLocation loc)
           
static NetSharedChannelOutput NetChannelEnd.createAny2Net(NetChannelLocation loc)
           
 NetSharedChannelOutput NetChannelEndFactory.createAny2Net(NetChannelLocation loc)
           Constructs a NetSharedChannelOutput object.
 

Uses of NetSharedChannelOutput in org.jcsp.net.cns
 

Methods in org.jcsp.net.cns that return NetSharedChannelOutput
static NetSharedChannelOutput CNS.createAny2Net(String name)
           
 NetSharedChannelOutput NamedChannelEndFactory.createAny2Net(String name)
          Constructs a NetSharedChannelOutput object connected to a NetChannelInput located at a location resolved from the specified channel name.
 NetSharedChannelOutput CNSChannelEndManager.createAny2Net(String name)
          Constructs a NetSharedChannelOutput object connected to a NetChannelInput located at a location resolved from the specified channel name.
static NetSharedChannelOutput CNS.createAny2Net(String name, NameAccessLevel accessLevel)
           
 NetSharedChannelOutput NamedChannelEndFactory.createAny2Net(String name, NameAccessLevel accessLevel)
          Constructs a NetSharedChannelOutput object connected to a NetChannelInput located at a location resolved from the specified channel name that exists in the supplied namespace.
 NetSharedChannelOutput CNSChannelEndManager.createAny2Net(String name, NameAccessLevel accessLevel)
          Constructs a NetSharedChannelOutput object connected to a NetChannelInput located at a location resolved from the specified channel name that exists in the supplied namespace.
 

Uses of NetSharedChannelOutput in org.jcsp.net.dynamic
 

Methods in org.jcsp.net.dynamic that return NetSharedChannelOutput
 NetSharedChannelOutput MigratableChannelEndFactory.createAny2Net(NetChannelLocation loc)
           
 



Copyright © 1996-2012. All Rights Reserved.