Class RemoteCallMarker


  • public class RemoteCallMarker
    extends Object
    Used to detect whether the current thread is handling a remote call.
    • 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.