Uses of Class
org.jcsp.net.NetAltingChannelInput

Packages that use NetAltingChannelInput
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 NetAltingChannelInput in org.jcsp.net
 

Methods in org.jcsp.net that return NetAltingChannelInput
 NetAltingChannelInput StandardNetChannelEndFactory.createNet2One()
           
static NetAltingChannelInput NetChannelEnd.createNet2One()
           
 NetAltingChannelInput NetChannelEndFactory.createNet2One()
           Constructs a NetAltingChannelInput object.
 NetAltingChannelInput NetBufferedChannelEndFactory.createNet2One(ChannelDataStore buffer)
          Constructs a NetAltingChannelInput object.
 NetAltingChannelInput StandardNetChannelEndFactory.createNet2One(ChannelDataStore buffer)
           
static NetAltingChannelInput NetChannelEnd.createNet2One(ChannelDataStore buffer)
           
 NetAltingChannelInput NetLabelledChannelEndFactory.createNet2One(String label)
          Constructs a NetAltingChannelInput which has a VCN assigned with the specified label.
 NetAltingChannelInput StandardNetChannelEndFactory.createNet2One(String label)
           
static NetAltingChannelInput NetChannelEnd.createNet2One(String label)
           
 NetAltingChannelInput StandardNetChannelEndFactory.createNet2One(String label, ChannelDataStore buffer)
           
 NetAltingChannelInput NetLabelledBufferedChannelEndFactory.createNet2One(String label, ChannelDataStore buffer)
          Constructs a buffered NetAltingChannelInput which has a VCN assigned with the specified label.
static NetAltingChannelInput NetChannelEnd.createNet2One(String label, ChannelDataStore buffer)
           
 

Constructors in org.jcsp.net with parameters of type NetAltingChannelInput
NetSharedAltingConnectionClient(Any2OneChannel synchChan, NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient)
           Constructor for NetSharedAltingConnectionClient.
 

Uses of NetAltingChannelInput in org.jcsp.net.cns
 

Methods in org.jcsp.net.cns that return NetAltingChannelInput
static NetAltingChannelInput CNS.createNet2One(String name)
           
 NetAltingChannelInput NamedChannelEndFactory.createNet2One(String name)
          Constructs a NetAltingChannelInput object and registers its location with the supplied name in the global namespace of a channel naming service.
 NetAltingChannelInput CNSChannelEndManager.createNet2One(String name)
          Constructs a NetAltingChannelInput object and registers its location with the supplied name in the global namespace of a channel naming service.
static NetAltingChannelInput CNS.createNet2One(String name, NameAccessLevel nameAccessLevel)
           
 NetAltingChannelInput NamedChannelEndFactory.createNet2One(String name, NameAccessLevel nameAccessLevel)
          Constructs a NetAltingChannelInput object and registers its location with the supplied name in specified namespace of a channel naming service.
 NetAltingChannelInput CNSChannelEndManager.createNet2One(String name, NameAccessLevel nameAccessLevel)
          Constructs a NetAltingChannelInput object and registers its location with the supplied name in specified namespace of a channel naming service.
 

Uses of NetAltingChannelInput in org.jcsp.net.dynamic
 

Subclasses of NetAltingChannelInput in org.jcsp.net.dynamic
 class MigratableAltingChannelInput
          A migratable input channel end that can be used as a guard within an Alternative.
 

Methods in org.jcsp.net.dynamic that return NetAltingChannelInput
 NetAltingChannelInput MigratableChannelEndFactory.createNet2One()
           
 NetAltingChannelInput InputReconnectionManager.getInputChannel()
          Returns the underlying input channel.
 

Constructors in org.jcsp.net.dynamic with parameters of type NetAltingChannelInput
MigratableAltingChannelInput(NetAltingChannelInput channel)
          Constructs a new MigratableAltingChannelInput for the underlying channel.
 



Copyright © 1996-2012. All Rights Reserved.