|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Inherited @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreateTransport
A annotation used to specify an sequence of LDIF's to be applied to the instance for integration testing.
Required Element Summary | |
---|---|
java.lang.String |
protocol
The name for this protocol |
Optional Element Summary | |
---|---|
java.lang.String |
address
The InetAddress for this transport. |
int |
backlog
The backlog. |
int |
nbThreads
The number of threads to use. |
int |
port
The port to use, default to a bad value so that we know we have to pick one random available port |
boolean |
ssl
A flag to tell if the transport is SSL based. |
TransportType |
type
The transport type (TCP or UDP) Default to TCP |
Element Detail |
---|
public abstract java.lang.String protocol
public abstract TransportType type
public abstract int port
public abstract java.lang.String address
public abstract int backlog
public abstract boolean ssl
public abstract int nbThreads
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |