FileDocCategorySizeDatePackage
MethodStartTO.javaAPI DocGlassfish v2 API4147Fri May 04 22:24:18 BST 2007com.sun.enterprise.admin.monitor.callflow

MethodStartTO

public class MethodStartTO extends Object implements TransferObject
author
Harpreet Singh

Fields Summary
public String
requestId
public long
timeStamp
public ComponentType
componentType
public String
componentName
public String
appName
public String
methodName
public String
moduleName
public String
threadId
public String
transactionId
public String
securityId
Constructors Summary
public MethodStartTO()
Creates a new instance of MethodStartTO

    
Methods Summary
java.lang.StringgetAppName()

        return appName;
    
java.lang.StringgetComponentName()

        return componentName;
    
ComponentTypegetComponentType()

        return componentType;
    
java.lang.StringgetMethodName()

        return methodName;
    
java.lang.StringgetModuleName()

        return moduleName;
    
java.lang.StringgetRequestId()

        return requestId;
    
java.lang.StringgetSecurityId()

        return securityId;
    
java.lang.StringgetThreadId()

        return threadId;
    
longgetTimeStamp()

        return timeStamp;
    
java.lang.StringgetTransactionId()

        return transactionId;
    
voidsetAppName(java.lang.String appName)

        this.appName = appName;
    
voidsetComponentName(java.lang.String componentName)

        this.componentName = componentName;
    
voidsetComponentType(ComponentType componentType)

        this.componentType = componentType;
    
voidsetMethodName(java.lang.String methodName)

        this.methodName = methodName;
    
voidsetModuleName(java.lang.String moduleName)

        this.moduleName = moduleName;
    
voidsetRequestId(java.lang.String requestId)

        this.requestId = requestId;
    
voidsetSecurityId(java.lang.String securityId)

        this.securityId = securityId;
    
voidsetThreadId(java.lang.String threadId)

        this.threadId = threadId;
    
voidsetTimeStamp(long timeStamp)

        this.timeStamp = timeStamp;
    
voidsetTransactionId(java.lang.String transactionId)

        this.transactionId = transactionId;