Package org.jscsi.initiator

Examples of org.jscsi.initiator.LinkFactory


        randomGenerator = new Random(System.currentTimeMillis());

        randomGenerator.nextBytes(writeBuffer.array());

        factory = new LinkFactory(initiator);
        session = factory.getSession(configuration, TARGET_DRIVE_NAME, configuration.getTargetAddress(TARGET_DRIVE_NAME));
    }
View Full Code Here

TOP

Related Classes of org.jscsi.initiator.LinkFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.