Package com.hybris.cockpitng.core.spring
Class RequestOperationContextHolder.ContextRequest
- java.lang.Object
-
- com.hybris.cockpitng.core.spring.RequestOperationContextHolder.ContextRequest
-
- Enclosing class:
- RequestOperationContextHolder
public static class RequestOperationContextHolder.ContextRequest extends java.lang.ObjectAn object representing a request for scope context.Whenever a new operation is about to be lunched, a new request for context is being created (or current one is being attached to existing one). Then it should be used to attach particular operation to scope context.
-
-
Constructor Summary
Constructors Constructor Description ContextRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.ObjectgetId()java.lang.ThreadgetRequestRootThread()inthashCode()booleanisFullySatisfied()protected voidregisterNewContextRequest()protected voidrequestSatisfied()
-
-
-
Method Detail
-
registerNewContextRequest
protected void registerNewContextRequest()
-
requestSatisfied
protected void requestSatisfied()
-
isFullySatisfied
public boolean isFullySatisfied()
-
getRequestRootThread
public java.lang.Thread getRequestRootThread()
-
getId
public java.lang.Object getId()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-