if(!_sibEnabled) _sib.markAsDirty();
_log.info("Segment " + _segment.getSegmentId() + " online: " + _segment.getStatus());
} catch(IOException ioe) {
_log.error(ioe.getMessage(), ioe);
throw new SegmentException("Instantiation failed due to " + ioe.getMessage());
}
}