public String getTargetName() { if (target != null) return target.getTargetName(); return null; }
/** * Returns the session's {@link IStorageModule}. * * @return the session's {@link IStorageModule} */ public IStorageModule getStorageModule() { return target.getStorageModule(); }