Constructor VerifyingLockFactory
VerifyingLockFactory(LockFactory, Stream)
Creates a new VerifyingLockFactory instance.
Declaration
public VerifyingLockFactory(LockFactory lf, Stream stream)
Parameters
Type | Name | Description |
---|---|---|
LockFactory | lf | the LockFactory that we are testing |
Stream | stream | the socket's stream input/output to LockVerifyServer |