FileDocCategorySizeDatePackage
AgentAdapter.javaAPI DocGlassfish v2 API4087Fri May 04 22:31:16 BST 2007package com.sun.enterprise.admin.monitor.callflow

AgentAdapter

public class AgentAdapter extends Object implements Agent
This class provides a fallback implementation.

Fields Summary
Constructors Summary
Methods Summary
public voidaddRequestInfo(RequestInfo requestInfo, java.lang.String value)

public voidclearData()

public booleandeleteRequestIds(java.lang.String[] requestIds)

	return true;
    
public voidejbMethodEnd(CallFlowInfo info)

public voidejbMethodStart(CallFlowInfo info)

public voidendTime()

public voidentityManagerMethodEnd()

public voidentityManagerMethodStart(EntityManagerMethod entityManagerMethod)

public voidentityManagerQueryEnd()

public voidentityManagerQueryStart(EntityManagerQueryMethod queryMethod)

public java.util.ListgetCallStackForRequest(java.lang.String requestId)

	return null;
    
public java.lang.StringgetCallerIPFilter()

	return null;
    
public java.lang.StringgetCallerPrincipalFilter()

	return null;
    
public java.util.MapgetPieInformation(java.lang.String requestID)

	return null;
    
public java.util.ListgetRequestInformation()

	return null;
    
public ThreadLocalDatagetThreadLocalData()

	return null;
    
public booleanisEnabled()

return false;
public voidregisterListener(Listener listener)

public voidrequestEnd()

public voidrequestStart(RequestType requestType)

public voidsetCallerIPFilter(java.lang.String ipAddress)

public voidsetCallerPrincipalFilter(java.lang.String callerPrincipal)

public voidsetEnable(boolean enable)

public voidstartTime(ContainerTypeOrApplicationType type)

public voidunregisterListener(Listener listener)

public voidwebMethodEnd(java.lang.Throwable exception)

public voidwebMethodStart(java.lang.String methodName, java.lang.String applicationName, java.lang.String moduleName, java.lang.String componentName, ComponentType componentType, java.lang.String callerPrincipal)