|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.trace.TimingPointProperties
This class is used for the storing of optional key value pairs for inclusion in the logging of timing points.
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 |
public TimingPointProperties(java.lang.Object[] properties)
properties
- Object[]Method Detail |
public boolean containsProperty(java.lang.String property)
property
- String
public java.lang.Object getProperty(java.lang.String key)
key
- String
public void setProperty(java.lang.String key, java.lang.Object value)
key
- Stringvalue
- Stringpublic void setProperties(java.lang.Object[] properties)
properties
- Object[]public java.util.Map getAllProperties()
public void removeProperty(java.lang.String key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |