RawTransaction xact = (RawTransaction) obj;
try {
if (this.isStreamContainer)
xact.dropStreamContainer(identity.getSegmentId(), identity.getContainerId());
else
xact.dropContainer(identity);
} catch (StandardException se) {
xact.setObserverException(se);
}