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