Uses of Class
org.kth.dks.util.DKSPrintTypes

Packages that use DKSPrintTypes
org.kth.dks.util   
 

Uses of DKSPrintTypes in org.kth.dks.util
 

Fields in org.kth.dks.util declared as DKSPrintTypes
static DKSPrintTypes DKSPrintTypes.BROADCAST
           
static DKSPrintTypes DKSPrintTypes.DHT
           
static DKSPrintTypes DKSPrintTypes.DKSNODE
           
static DKSPrintTypes DKSPrintTypes.ERROR
           
static DKSPrintTypes DKSPrintTypes.FAILURE
           
static DKSPrintTypes DKSPrintTypes.GUI
           
static DKSPrintTypes DKSPrintTypes.JOIN
           
static DKSPrintTypes DKSPrintTypes.LEAVE
           
static DKSPrintTypes DKSPrintTypes.MCASTDHT
           
static DKSPrintTypes DKSPrintTypes.MSGS
           
static DKSPrintTypes DKSPrintTypes.RECEIVER
           
static DKSPrintTypes DKSPrintTypes.ROUTING
           
static DKSPrintTypes DKSPrintTypes.RTT
           
static DKSPrintTypes DKSPrintTypes.SENDER
           
static DKSPrintTypes DKSPrintTypes.SMALLTEST
           
static DKSPrintTypes DKSPrintTypes.TEST
           
static DKSPrintTypes DKSPrintTypes.TEST_BED
           
static DKSPrintTypes DKSPrintTypes.WARNING
           
 

Methods in org.kth.dks.util with parameters of type DKSPrintTypes
static void DKSPrint.disableType(DKSPrintTypes type)
          Disables logging for a group of log messages defined by the string argument.
static void DKSPrint.enableType(DKSPrintTypes type)
          Enables logging for a group of log messages defined by the string argument.
static void DKSPrint.print(DKSPrintTypes type, byte data)
          like Print with additional line feed
static void DKSPrint.print(DKSPrintTypes type, char data)
          like Print with additional line feed
static void DKSPrint.print(DKSPrintTypes type, java.lang.String data)
          Prints the data string, if the type of loginfo is enabled for printing.
static void DKSPrint.println_noType(DKSPrintTypes type, java.lang.String data)
          like Print with additional line feed.
static void DKSPrint.println(DKSPrintTypes type, java.lang.String data)
          like Print with additional line feed.
 



Copyright © 2010. All Rights Reserved.