*/
@Override
public Object remove(String name) {
JobContext context = getContext();
logger.debug(String.format("Removing from scope=%s, name=%s", this.getName(), name));
return context.removeAttribute(name);
}
/**
* Get an attribute accessor in the form of a {@link JobContext} that can
* be used to store scoped bean instances.