* @throws PersistitException
*/
public Exchange getExchange(final Volume volume, final String treeName, final boolean create)
throws PersistitException {
if (volume == null)
throw new VolumeNotFoundException();
List<Exchange> stack;
final SessionId sessionId = getSessionId();
synchronized (_exchangePoolMap) {
stack = _exchangePoolMap.get(sessionId);