Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
NetSharedChannelInput |
NetChannelEndFactory.createNet2Any()
Constructs a
NetSharedChannelInput object. |
NetSharedChannelInput |
StandardNetChannelEndFactory.createNet2Any() |
static NetSharedChannelInput |
NetChannelEnd.createNet2Any() |
NetSharedChannelInput |
StandardNetChannelEndFactory.createNet2Any(ChannelDataStore buffer) |
static NetSharedChannelInput |
NetChannelEnd.createNet2Any(ChannelDataStore buffer) |
NetSharedChannelInput |
NetBufferedChannelEndFactory.createNet2Any(ChannelDataStore buffer)
Constructs a
NetSharedChannelInput object. |
NetSharedChannelInput |
StandardNetChannelEndFactory.createNet2Any(String label) |
NetSharedChannelInput |
NetLabelledChannelEndFactory.createNet2Any(String label)
Constructs a
NetSharedChannelInput which
has a VCN assigned with the specified label. |
static NetSharedChannelInput |
NetChannelEnd.createNet2Any(String label) |
NetSharedChannelInput |
NetLabelledBufferedChannelEndFactory.createNet2Any(String label,
ChannelDataStore buffer)
Constructs a buffered
NetSharedChannelInput which
has a VCN assigned with the specified label. |
NetSharedChannelInput |
StandardNetChannelEndFactory.createNet2Any(String label,
ChannelDataStore buffer) |
static NetSharedChannelInput |
NetChannelEnd.createNet2Any(String label,
ChannelDataStore buffer) |
Modifier and Type | Method and Description |
---|---|
NetSharedChannelInput |
NamedChannelEndFactory.createNet2Any(String name)
Constructs a
NetSharedChannelInput object and
registers its location with the supplied name in the global namespace
of a channel naming service. |
static NetSharedChannelInput |
CNS.createNet2Any(String name) |
NetSharedChannelInput |
CNSChannelEndManager.createNet2Any(String name)
Constructs a
NetSharedChannelInput object and
registers its location with the supplied name in the global namespace
of a channel naming service. |
NetSharedChannelInput |
NamedChannelEndFactory.createNet2Any(String name,
NameAccessLevel nameAccessLevel)
Constructs a
NetSharedChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service. |
static NetSharedChannelInput |
CNS.createNet2Any(String name,
NameAccessLevel nameAccessLevel) |
NetSharedChannelInput |
CNSChannelEndManager.createNet2Any(String name,
NameAccessLevel nameAccessLevel)
Constructs a
NetSharedChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service. |
Modifier and Type | Method and Description |
---|---|
NetSharedChannelInput |
MigratableChannelEndFactory.createNet2Any() |
Copyright © 1996–2016. All rights reserved.