org.opennms.netmgt.provision.detector.simple.request
Class NrpeRequest

java.lang.Object
  extended by org.opennms.netmgt.provision.detector.simple.request.NrpeRequest

public class NrpeRequest
extends Object

NrpeRequest class.

Version:
$Id: $
Author:
Donald Desloge

Field Summary
static NrpeRequest Null
          Constant Null
 
Constructor Summary
NrpeRequest(byte[] command)
          Constructor for NrpeRequest.
 
Method Summary
 void send(OutputStream out)
          send
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Null

public static final NrpeRequest Null
Constant Null

Constructor Detail

NrpeRequest

public NrpeRequest(byte[] command)

Constructor for NrpeRequest.

Parameters:
command - an array of byte.
Method Detail

send

public void send(OutputStream out)
          throws IOException

send

Parameters:
out - a OutputStream object.
Throws:
IOException - if any.

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.


Copyright © 2011. All Rights Reserved.