ANTS v2.0 API

ants.core
Class Trace

java.lang.Object
  |
  +--ants.core.Trace

public final class Trace
extends java.lang.Object

Trace class for the various trace macros spread about the ANTS source.

Author:
Utah Janos Team

Field Summary
static int ANTS_APP
           
static int ANTS_CAPSULECHANNEL
           
static int ANTS_CONSOLE
           
static int ANTS_DANTE
           
static int ANTS_DYNLOAD
           
static int ANTS_NEIGHBOR_TABLE
           
static int ANTS_OUTGOING
           
static int ANTS_ROUTE_READ_TABLE
           
static int ANTS_ROUTE_TIMER
           
static int ANTS_ROUTE_UPDATE
           
static int ANTS_ROUTEINFO
           
static int ANTS_STARTUP
           
static boolean ENABLED
           
 
Constructor Summary
Trace()
           
 
Method Summary
static java.lang.String[] getNameList()
           
static void setFlags(java.lang.String flaglist)
           
static void trace(int flag, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLED

public static final boolean ENABLED

ANTS_STARTUP

public static final int ANTS_STARTUP

ANTS_DYNLOAD

public static final int ANTS_DYNLOAD

ANTS_OUTGOING

public static final int ANTS_OUTGOING

ANTS_CAPSULECHANNEL

public static final int ANTS_CAPSULECHANNEL

ANTS_APP

public static final int ANTS_APP

ANTS_CONSOLE

public static final int ANTS_CONSOLE

ANTS_ROUTEINFO

public static final int ANTS_ROUTEINFO

ANTS_ROUTE_UPDATE

public static final int ANTS_ROUTE_UPDATE

ANTS_ROUTE_TIMER

public static final int ANTS_ROUTE_TIMER

ANTS_ROUTE_READ_TABLE

public static final int ANTS_ROUTE_READ_TABLE

ANTS_DANTE

public static final int ANTS_DANTE

ANTS_NEIGHBOR_TABLE

public static final int ANTS_NEIGHBOR_TABLE
Constructor Detail

Trace

public Trace()
Method Detail

getNameList

public static java.lang.String[] getNameList()

setFlags

public static void setFlags(java.lang.String flaglist)

trace

public static final void trace(int flag,
                               java.lang.String msg)

ANTS v2.0 API

This documentation is Copyright (C) 1998-2001 The University of Utah and the University of Washington. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for ANTS v2.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/