Package com.atlassian.bamboo.remoting
Class RemoteCallMarker
java.lang.Object
com.atlassian.bamboo.remoting.RemoteCallMarker
Used to detect whether the current thread is handling a remote call.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Marks the end of a remote call.static boolean
Checks whether the current call comes from a remote client.static void
Marks the start of a remote call.
-
Method Details
-
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.
-