org.mbari.siam.operations.utils
Class SwitchBIN400V
java.lang.Object
org.mbari.siam.operations.utils.NodeUtility
org.mbari.siam.operations.utils.SwitchBIN400V
public class SwitchBIN400V
- extends NodeUtility
Switch the 400V power to the Benthic Instrument Nodes (BINs)
- Author:
- Kent Headley
|
Method Summary |
void |
exitError(java.lang.String msg,
int errorCode)
|
static void |
main(java.lang.String[] args)
|
void |
printUsage()
Print application-specific usage message to stdout. |
void |
processCustomOption(java.lang.String[] args,
int index)
No custom options for this application. |
void |
processNode(Node node)
Do application-specific processing of node. |
void |
showConfig()
|
static boolean |
validatePort(java.lang.String port)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwitchBIN400V
public SwitchBIN400V()
exitError
public void exitError(java.lang.String msg,
int errorCode)
printUsage
public void printUsage()
- Description copied from class:
NodeUtility
- Print application-specific usage message to stdout.
- Specified by:
printUsage in class NodeUtility
showConfig
public void showConfig()
validatePort
public static boolean validatePort(java.lang.String port)
processCustomOption
public void processCustomOption(java.lang.String[] args,
int index)
throws NodeUtility.InvalidOption
- No custom options for this application.
- Overrides:
processCustomOption in class NodeUtility
- Throws:
NodeUtility.InvalidOption
processNode
public void processNode(Node node)
throws java.lang.Exception
- Description copied from class:
NodeUtility
- Do application-specific processing of node.
- Specified by:
processNode in class NodeUtility
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.