All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.Operation

java.lang.Object
   |
   +----aka.snmp.Operation

public class Operation
extends Object
Snmp Operations

See Also:
Pdu

Constructor Index

 o Operation()
Default constructor
 o Operation(byte)
Constucts from a byte representation
 o Operation(String)
Constructs from a string representation

Method Index

 o main(String[])
Test Harness
 o toString()
Returns the string representation
 o value()
Returns the byte representation

Constructors

 o Operation
 public Operation()
Default constructor

 o Operation
 public Operation(byte theOperation)
Constucts from a byte representation

 o Operation
 public Operation(String name)
Constructs from a string representation

Methods

 o value
 public byte value()
Returns the byte representation

 o toString
 public String toString()
Returns the string representation

Overrides:
toString in class Object
 o main
 public static void main(String args[])
Test Harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index