|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.lang.StandardConnectionFactory
public class StandardConnectionFactory
Implements a factory for creating connections.
Constructor Summary | |
---|---|
StandardConnectionFactory()
|
Method Summary | ||
---|---|---|
|
createAny2Any()
Constructs and returns an implementation of Any2AnyConnection . |
|
|
createAny2Any(int n)
Constructs and returns an array of instances of an implementation of Any2AnyConnection . |
|
|
createAny2One()
Constructs and returns an implementation of Any2OneConnection . |
|
|
createAny2One(int n)
Constructs and returns an array of instances of an implementation of Any2OneConnection . |
|
|
createOne2Any()
Constructs and returns an implementation of One2AnyConnection . |
|
|
createOne2Any(int n)
Constructs and returns an array of instances of an implementation of One2AnyConnection . |
|
|
createOne2One()
Constructs and returns an implementation of One2OneConnection . |
|
|
createOne2One(int n)
Constructs and returns an array of instances of an implementation of One2OneConnection . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardConnectionFactory()
Method Detail |
---|
public <T> One2OneConnection<T> createOne2One()
ConnectionFactory
One2OneConnection
.
createOne2One
in interface ConnectionFactory
One2OneConnection
object.ConnectionFactory.createOne2One()
public <T> Any2OneConnection<T> createAny2One()
ConnectionFactory
Any2OneConnection
.
createAny2One
in interface ConnectionFactory
Any2OneConnection
object.ConnectionFactory.createAny2One()
public <T> One2AnyConnection<T> createOne2Any()
ConnectionFactory
One2AnyConnection
.
createOne2Any
in interface ConnectionFactory
One2AnyConnection
object.ConnectionFactory.createOne2Any()
public <T> Any2AnyConnection<T> createAny2Any()
ConnectionFactory
Any2AnyConnection
.
createAny2Any
in interface ConnectionFactory
Any2AnyConnection
object.ConnectionFactory.createAny2Any()
public <T> One2OneConnection<T>[] createOne2One(int n)
ConnectionArrayFactory
One2OneConnection
.
createOne2One
in interface ConnectionArrayFactory
n
- the number of One2OneConnection
objects
to construct.
One2OneConnection
objects.ConnectionArrayFactory.createOne2One(int)
public <T> Any2OneConnection<T>[] createAny2One(int n)
ConnectionArrayFactory
Any2OneConnection
.
createAny2One
in interface ConnectionArrayFactory
n
- the number of Any2OneConnection
objects
to construct.
Any2OneConnection
objects.ConnectionArrayFactory.createAny2One(int)
public <T> One2AnyConnection<T>[] createOne2Any(int n)
ConnectionArrayFactory
One2AnyConnection
.
createOne2Any
in interface ConnectionArrayFactory
n
- the number of One2AnyConnection
objects
to construct.
One2AnyConnection
objects.ConnectionArrayFactory.createOne2Any(int)
public <T> Any2AnyConnection<T>[] createAny2Any(int n)
ConnectionArrayFactory
Any2AnyConnection
.
createAny2Any
in interface ConnectionArrayFactory
n
- the number of Any2AnyConnection
objects
to construct.
Any2AnyConnection
objects.ConnectionArrayFactory.createAny2Any(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |