com.bankframe.services.trace
Class TimingPointProperties

java.lang.Object
  extended bycom.bankframe.services.trace.TimingPointProperties

public class TimingPointProperties
extends java.lang.Object

This class is used for the storing of optional key value pairs for inclusion in the logging of timing points.

Author:
jlogan

Constructor Summary
TimingPointProperties(java.lang.Object[] properties)
          Constructor for TimingPointProperties
 
Method Summary
 boolean containsProperty(java.lang.String property)
          This method returns a whether the specified property is contained in TimingPointProperties
 java.util.Map getAllProperties()
          This method returns a Map of all key value pairs
 java.lang.Object getProperty(java.lang.String key)
          This method returns a value for the specified key
 void removeProperty(java.lang.String key)
          This method removes an entry specified by the key
 void setProperties(java.lang.Object[] properties)
          This method stores the specified array of properties
 void setProperty(java.lang.String key, java.lang.Object value)
          This method stores the specified key value pair
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimingPointProperties

public TimingPointProperties(java.lang.Object[] properties)
Constructor for TimingPointProperties

Parameters:
properties - Object[]
Method Detail

containsProperty

public boolean containsProperty(java.lang.String property)
This method returns a whether the specified property is contained in TimingPointProperties

Parameters:
property - String
Returns:
boolean

getProperty

public java.lang.Object getProperty(java.lang.String key)
This method returns a value for the specified key

Parameters:
key - String
Returns:
String

setProperty

public void setProperty(java.lang.String key,
                        java.lang.Object value)
This method stores the specified key value pair

Parameters:
key - String
value - String

setProperties

public void setProperties(java.lang.Object[] properties)
This method stores the specified array of properties

Parameters:
properties - Object[]

getAllProperties

public java.util.Map getAllProperties()
This method returns a Map of all key value pairs

Returns:
Map

removeProperty

public void removeProperty(java.lang.String key)
This method removes an entry specified by the key



Copyright © 2004 Siebel Systems, Inc. All rights reserved.