1 23 24 30 31 package com.sun.enterprise.admin.monitor.callflow; 32 33 import java.util.List ; 34 import java.util.Map ; 35 36 42 public interface ThreadLocalData { 43 44 String getRequestId(); 45 46 String getMethodName(); 47 48 String getApplicationName(); 49 50 String getModuleName(); 51 52 String getComponentName(); 53 54 String getComponentType(); 55 56 String getTransactionId(); 57 58 String getSecurityId(); 59 } | Popular Tags |