} else if (this.name.equals("Ready-For-Transport")) {
stateNotify = WorkspaceConstants.STATE_READY_FOR_TRANSPORT;
}
if (stateNotify != WorkspaceConstants.STATE_INVALID) {
final ResourceMessage notif =
this.ctx.getLocator().getResourceMessage();
notif.message(this.ctx.getId(), stateNotify, null);
}
}
return null;
}