org.xwiki.observation.remote
Interface RemoteObservationManagerContext


@Role
public interface RemoteObservationManagerContext

Provide informations about the event in the current thread.

Since:
2.0M3
Version:
$Id: e8c573f473e78b1e85d0d783590ce2ec82b081a5 $

Method Summary
 boolean isRemoteState()
           
 void popRemoteState()
          Set the remote state to false.
 void pushRemoteState()
          Set the remote state to true.
 

Method Detail

pushRemoteState

void pushRemoteState()
Set the remote state to true.


popRemoteState

void popRemoteState()
Set the remote state to false.


isRemoteState

boolean isRemoteState()
Returns:
indicate if the event in the current thread is a remote event


Copyright © 2004-2013 XWiki. All Rights Reserved.