// set the initial context lookup time
ctxTime = end - start;
contextLookupRes.setTime(ctxTime);
// look up the name
LookupConfig lookupConfig =
(LookupConfig)e.getConfigElement(LookupConfig.class);
String lookupName = null;
if(lookupConfig != null)
{
lookupName = lookupConfig.getLookupName();
if(catClass.isDebugEnabled())
{
catClass.debug("sample1 : LookupName - " + lookupName);
}
start = System.currentTimeMillis();