Class SyncService

java.lang.Object
de.neo.rankbridge.SyncService

public class SyncService
extends java.lang.Object
SyncService to sync the GlobalManager instance.
Version:
1.0
Author:
Neo8
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private static java.lang.Boolean isGlobalManager  
  • Constructor Summary

    Constructors 
    Constructor Description
    SyncService()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Boolean isGlobalManagerRegistered()
    Returns if the GlobalManager is registered.
    static void registerGlobalManager()
    Mark the GlobalManager as registered.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • isGlobalManagerRegistered

      public static java.lang.Boolean isGlobalManagerRegistered()
      Returns if the GlobalManager is registered.
      Returns:
      Boolean whether the GlobalManager is registered.
    • registerGlobalManager

      public static void registerGlobalManager()
      Mark the GlobalManager as registered.