This project has retired. For details please refer to its
        
        Attic page.
      
 
ExecPlugin (Apache Chukwa 0.7.0 API)
- 
- All Implemented Interfaces:
 
- IPlugin
 
- Direct Known Subclasses:
 
- ExecHelper, NodeActivityPlugin, PbsNodePlugin
 
public abstract class ExecPlugin
extends Object
implements IPlugin
Runs external command-line tools, captures output.
 
 Subclasses are responsible for implementing getCmde(), which determines the
 command to be invoked.
 
 
- 
- 
Field Summary
Fields 
| Modifier and Type | 
Field and Description | 
static int | 
statusKO  | 
static int | 
statusOK  | 
 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
ExecPlugin()  | 
 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Constructor Detail
- 
ExecPlugin
public ExecPlugin()
 
 
 
 
 
Copyright © 2015 Apache Software Foundation. All Rights Reserved.