All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.subgraph.orchid.DirectoryCircuit Maven / Gradle / Ivy

The newest version!
package com.subgraph.orchid;

import java.util.concurrent.TimeoutException;

public interface DirectoryCircuit extends Circuit {
	/**
	 * Open an anonymous connection to the directory service running on the
	 * final node in this circuit.
	 * 
	 * @param timeout in milliseconds
	 * @param autoclose if set to true, closing stream also marks this circuit for close
	 * 
	 * @return The status response returned by trying to open the stream.
	 */
	Stream openDirectoryStream(long timeout, boolean autoclose) throws InterruptedException, TimeoutException, StreamConnectFailedException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy