| | |
| | | restart = false; |
| | | shutdownMessage = INFO_TASK_SHUTDOWN_DEFAULT_MESSAGE.get(taskEntry.getName()); |
| | | |
| | | AttributeType attrType = |
| | | DirectoryServer.getAttributeType(ATTR_SHUTDOWN_MESSAGE, true); |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrDefault(ATTR_SHUTDOWN_MESSAGE); |
| | | List<Attribute> attrList = taskEntry.getAttribute(attrType); |
| | | if (attrList != null && !attrList.isEmpty()) |
| | | { |
| | |
| | | } |
| | | |
| | | |
| | | attrType = DirectoryServer.getAttributeType(ATTR_RESTART_SERVER, true); |
| | | attrType = DirectoryServer.getAttributeTypeOrDefault(ATTR_RESTART_SERVER); |
| | | attrList = taskEntry.getAttribute(attrType); |
| | | if (attrList != null && !attrList.isEmpty()) |
| | | { |