
org.jppf.ui.monitoring.diagnostics.HeapDumpAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jppf-admin Show documentation
Show all versions of jppf-admin Show documentation
JPPF, the open source grid computing solution
/*
* JPPF.
* Copyright (C) 2005-2015 JPPF Team.
* http://www.jppf.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jppf.ui.monitoring.diagnostics;
import java.awt.event.ActionEvent;
import java.util.*;
import org.jppf.client.monitoring.topology.*;
import org.jppf.management.*;
import org.jppf.management.diagnostics.DiagnosticsMBean;
import org.jppf.management.forwarding.JPPFNodeForwardingMBean;
import org.jppf.ui.monitoring.node.actions.AbstractTopologyAction;
import org.jppf.utils.collections.CollectionMap;
import org.slf4j.*;
/**
* This action restarts a node.
*/
public class HeapDumpAction extends AbstractTopologyAction {
/**
* Logger for this class.
*/
private static Logger log = LoggerFactory.getLogger(HeapDumpAction.class);
/**
* Initialize this action.
*/
public HeapDumpAction() {
setupIcon("/org/jppf/ui/resources/dump.gif");
setupNameAndTooltip("health.heap.dump");
}
@Override
public void updateState(final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy