Package | Description |
---|---|
org.jcsp.net.dynamic |
Supports dynamic operations over the JCSP.NET infrastructure.
|
Modifier and Type | Method and Description |
---|---|
static MigratableAltingChannelInput |
MigratableChannelEnd.createNet2One()
Creates an anonymous migratable channel input.
|
static MigratableAltingChannelInput |
MigratableChannelEnd.createNet2One(java.lang.String name)
Creates a named migratable channel input using the default namespace.
|
MigratableAltingChannelInput |
NamedMigratableChannelEndFactoryImpl.createNet2One(java.lang.String name) |
MigratableAltingChannelInput |
NamedMigratableChannelEndFactory.createNet2One(java.lang.String name)
Creates a named migratable networked channel input end that can be used as a guard in an
Alternative . |
static MigratableAltingChannelInput |
MigratableChannelEnd.createNet2One(java.lang.String name,
NameAccessLevel nameAccessLevel)
Creates a named migratable channel input within the given namespace.
|
MigratableAltingChannelInput |
NamedMigratableChannelEndFactoryImpl.createNet2One(java.lang.String name,
NameAccessLevel nameAccessLevel) |
MigratableAltingChannelInput |
NamedMigratableChannelEndFactory.createNet2One(java.lang.String name,
NameAccessLevel nameAccessLevel)
Creates a named migratable networked channel input end that can be used as a guard in an
Alternative . |
Copyright © 1996–2019. All rights reserved.