com.atlassian.bamboo.remoting
Class RemoteCallMarker

java.lang.Object
  extended by com.atlassian.bamboo.remoting.RemoteCallMarker

public class RemoteCallMarker
extends Object

Used to detect whether the current thread is handling a remote call.


Method Summary
static void endRemoteCall()
          Marks the end of a remote call.
static boolean isRemoteCall()
          Checks whether the current call comes from a remote client.
static void startRemoteCall()
          Marks the start of a remote call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startRemoteCall

public static void startRemoteCall()
Marks the start of a remote call.


endRemoteCall

public static void endRemoteCall()
Marks the end of a remote call.


isRemoteCall

public static boolean isRemoteCall()
Checks whether the current call comes from a remote client.



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.