com.apptelemetry.apm
Class APMParameter

java.lang.Object
  extended by com.apptelemetry.apm.APMParameter

public class APMParameter
extends java.lang.Object


Field Summary
 byte[] m_paramHandle
           
 
Constructor Summary
APMParameter()
          Create a new complex parameter.
 
Method Summary
 void AddInt32(int value)
          Call AddInt32 to add a 32-bit integer scalar to the complex parameter.
 void AddInt64(long value)
          Call AddInt64 to add a 64-bit integer scalar to the complex parameter.
 void AddString(java.lang.String value)
          Call AddString to add a string value to the complex parameter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_paramHandle

public byte[] m_paramHandle
Constructor Detail

APMParameter

public APMParameter()
Create a new complex parameter.

Method Detail

AddInt32

public void AddInt32(int value)
Call AddInt32 to add a 32-bit integer scalar to the complex parameter.

Parameters:
value - Integer value.

AddInt64

public void AddInt64(long value)
Call AddInt64 to add a 64-bit integer scalar to the complex parameter.

Parameters:
value - Integer value.

AddString

public void AddString(java.lang.String value)
Call AddString to add a string value to the complex parameter.

Parameters:
value - String value.


Copyright © 2010, Fabasoft AG.