com.bankframe.services.logger
Class ELoggerContext

java.lang.Object
  extended by com.bankframe.services.logger.ELoggerContext

public class ELoggerContext
extends Object


Method Summary
static void clear()
          This method clears the context stack for the current thread
static String peek()
           
static String pop()
          This method pops a String from the current thread's context
static void push(String context)
          This method pushes a String onto the current thread's context
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public static void clear()
This method clears the context stack for the current thread


push

public static void push(String context)
This method pushes a String onto the current thread's context


peek

public static String peek()

pop

public static String pop()
This method pops a String from the current thread's context



Copyright © 2005, 2007, Oracle. All rights reserved.