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

com.bytex.snamp.management.shell.ClusterMemberCommand Maven / Gradle / Ivy

The newest version!
package com.bytex.snamp.management.shell;

import com.bytex.snamp.core.ClusterMember;

/**
 * @author Roman Sakno
 * @version 2.0
 * @since 2.0
 */
abstract class ClusterMemberCommand extends SnampShellCommand {
    final ClusterMember clusterMember;

    ClusterMemberCommand(){
        clusterMember = ClusterMember.get(getBundleContext());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy