|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionArrayFactory
Defines an interface for a factory that can create arrays of connections.
Method Summary | ||
---|---|---|
|
createAny2Any(int n)
Constructs and returns an array of instances of an implementation of Any2AnyConnection . |
|
|
createAny2One(int n)
Constructs and returns an array of instances of an implementation of Any2OneConnection . |
|
|
createOne2Any(int n)
Constructs and returns an array of instances of an implementation of One2AnyConnection . |
|
|
createOne2One(int n)
Constructs and returns an array of instances of an implementation of One2OneConnection . |
Method Detail |
---|
<T> One2OneConnection<T>[] createOne2One(int n)
One2OneConnection
.
n
- the number of One2OneConnection
objects
to construct.
One2OneConnection
objects.<T> Any2OneConnection<T>[] createAny2One(int n)
Any2OneConnection
.
n
- the number of Any2OneConnection
objects
to construct.
Any2OneConnection
objects.<T> One2AnyConnection<T>[] createOne2Any(int n)
One2AnyConnection
.
n
- the number of One2AnyConnection
objects
to construct.
One2AnyConnection
objects.<T> Any2AnyConnection<T>[] createAny2Any(int n)
Any2AnyConnection
.
n
- the number of Any2AnyConnection
objects
to construct.
Any2AnyConnection
objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |