Package com.sun.enterprise.util.diagnostics

Examples of com.sun.enterprise.util.diagnostics.CallerInfo


  private static String getCallerInfo()
  {
    try
    {
      CallerInfo ci = new CallerInfo( new Object[] { staticInstance });
      return ci.toString();
    }
    catch(CallerInfoException e)
    {
      return null;
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.util.diagnostics.CallerInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.