|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.remoting.RemoteCallMarker
public class RemoteCallMarker
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 |
---|
public static void startRemoteCall()
public static void endRemoteCall()
public static boolean isRemoteCall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |