org.jvnet.hk2.tracing
Class InhabitantTracing

java.lang.Object
  extended by org.jvnet.hk2.tracing.InhabitantTracing

public class InhabitantTracing
extends java.lang.Object

experimental thread local class for tracing inhabitant initialization and module resolution

Author:
Jerome Dochez

Constructor Summary
InhabitantTracing()
           
 
Method Summary
 java.util.Iterator<Inhabitant> inOrder()
           
 void pop()
           
 void push(Inhabitant i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InhabitantTracing

public InhabitantTracing()
Method Detail

push

public void push(Inhabitant i)

inOrder

public java.util.Iterator<Inhabitant> inOrder()

pop

public void pop()


Copyright © 2011 Oracle Corporation. All Rights Reserved.