All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jppf.management.generated.JPPFNodeConnectionNotifierMBeanStaticProxy Maven / Gradle / Ivy

There is a newer version: 6.3-alpha
Show newest version
/*
 * 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.management.generated;

import org.jppf.management.AbstractMBeanStaticProxy;
import org.jppf.management.JMXConnectionWrapper;
import org.jppf.management.JPPFNodeConnectionNotifierMBean;

/**
 * Generated static proxy for the {@link org.jppf.management.JPPFNodeConnectionNotifierMBean} MBean interface.
 * @author /common/src/java/org/jppf/utils/generator/MBeanStaticProxyGenerator.java
 */
public class JPPFNodeConnectionNotifierMBeanStaticProxy extends AbstractMBeanStaticProxy implements JPPFNodeConnectionNotifierMBean {
  /**
   * Initialize this MBean static proxy.
   * @param connection the JMX connection used to invoke remote MBean methods.
   */
  public JPPFNodeConnectionNotifierMBeanStaticProxy(final JMXConnectionWrapper connection) {
    super(connection, "org.jppf:name=nodeConnectionNotifier,type=driver");
  }

  /**
   * Get the JMX object name for this MBean static proxy.
   * @return the object name as a string.
   */
  public static final String getMBeanName() {
    return "org.jppf:name=nodeConnectionNotifier,type=driver";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy