verinec.netsim.constants
Class ARP
java.lang.Object
verinec.netsim.constants.ARP
public class ARP
- extends Object
This Class contains static Strings for ARP Events that are used for logging.
see events.xsd schema
- Version:
- $Revision: 47 $
- Author:
- Dominik Jungo
|
Constructor Summary |
ARP()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST
public static String REQUEST
- The REQUEST Event Type
REPLY
public static String REPLY
- The REPLY Event Type
ARP
public ARP()