File
Doc
Category
Size
Date
Package
AgentAdapter.java
API Doc
Glassfish v2 API
4087
Fri May 04 22:31:16 BST 2007
package com.sun.enterprise.admin.monitor.callflow
AgentAdapter
java.lang.Object
public class AgentAdapter extends Object implements Agent
This class provides a fallback implementation.
Fields Summary
Constructors Summary
Methods Summary
public void
addRequestInfo
(
RequestInfo
requestInfo,
java.lang.String
value)
public void
clearData
()
public
boolean
deleteRequestIds
(
java.lang.String[]
requestIds)
return true;
public void
ejbMethodEnd
(
CallFlowInfo
info)
public void
ejbMethodStart
(
CallFlowInfo
info)
public void
endTime
()
public void
entityManagerMethodEnd
()
public void
entityManagerMethodStart
(
EntityManagerMethod
entityManagerMethod)
public void
entityManagerQueryEnd
()
public void
entityManagerQueryStart
(
EntityManagerQueryMethod
queryMethod)
public
java.util.List
getCallStackForRequest
(
java.lang.String
requestId)
return null;
public
java.lang.String
getCallerIPFilter
()
return null;
public
java.lang.String
getCallerPrincipalFilter
()
return null;
public
java.util.Map
getPieInformation
(
java.lang.String
requestID)
return null;
public
java.util.List
getRequestInformation
()
return null;
public
ThreadLocalData
getThreadLocalData
()
return null;
public
boolean
isEnabled
()
return false;
public void
registerListener
(
Listener
listener)
public void
requestEnd
()
public void
requestStart
(
RequestType
requestType)
public void
setCallerIPFilter
(
java.lang.String
ipAddress)
public void
setCallerPrincipalFilter
(
java.lang.String
callerPrincipal)
public void
setEnable
(
boolean
enable)
public void
startTime
(
ContainerTypeOrApplicationType
type)
public void
unregisterListener
(
Listener
listener)
public void
webMethodEnd
(
java.lang.Throwable
exception)
public void
webMethodStart
(
java.lang.String
methodName,
java.lang.String
applicationName,
java.lang.String
moduleName,
java.lang.String
componentName,
ComponentType
componentType,
java.lang.String
callerPrincipal)
Java Code Source