bcNode.setProperty("content-loaded-by", this.slingId);
bcNode.setProperty("content-unload-time", (String)null);
bcNode.setProperty("content-unloaded-by", (String)null);
bcNode.save();
}
bcNode.unlock();
}
public void contentIsUninstalled(final Session session,
final Bundle bundle) {
final String nodeName = bundle.getSymbolicName();