Package org.cyclos.impl.system
Class ProfilingLockEvent
- java.lang.Object
-
- org.cyclos.impl.system.ProfilingElement
-
- org.cyclos.impl.system.ProfilingEvent
-
- org.cyclos.impl.system.ProfilingLockEvent
-
- All Implemented Interfaces:
Serializable
public class ProfilingLockEvent extends ProfilingEvent
Information of a lock held during a profiling session- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfilingLockEvent()ProfilingLockEvent(String lockType, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetAcquiredAt()StringgetKey()StringgetLockType()ProfilingEventTypegetType()voidsetAcquiredAt(Date acquiredAt)voidsetKey(String key)voidsetLockType(String lockType)-
Methods inherited from class org.cyclos.impl.system.ProfilingEvent
getContext, getSeq, onAdded, setContext, setSeq, toString
-
Methods inherited from class org.cyclos.impl.system.ProfilingElement
end, getDuration, getTimestamp, setDuration, setTimestamp
-
-
-
-
Method Detail
-
getAcquiredAt
public Date getAcquiredAt()
-
getKey
public String getKey()
-
getLockType
public String getLockType()
-
getType
public ProfilingEventType getType()
- Specified by:
getTypein classProfilingEvent
-
setAcquiredAt
public void setAcquiredAt(Date acquiredAt)
-
setKey
public void setKey(String key)
-
setLockType
public void setLockType(String lockType)
-
-