ExecuteRestartAction.java :  » Portal » Open-Portal » com » sun » portal » ffj » actions » Java Open Source

Java Open Source » Portal » Open Portal 
Open Portal » com » sun » portal » ffj » actions » ExecuteRestartAction.java
/*
 * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
 * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.
 */

//
package com.sun.portal.ffj.actions;

import org.openide.util.NbBundle;

public class ExecuteRestartAction extends ExecuteAction {
    
    public String getName() {
        return NbBundle.getMessage(ExecuteAction.class, "LBL_ExecuteRestartAction");
    }
    
    protected boolean restart() {
        return true;
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.