Class EmbeddedDBService

java.lang.Object
com.smartfoxserver.db.EmbeddedDBService
All Implemented Interfaces:
com.smartfoxserver.bitswarm.service.IService

public class EmbeddedDBService extends Object implements com.smartfoxserver.bitswarm.service.IService
  • Field Details

  • Constructor Details

    • EmbeddedDBService

      public EmbeddedDBService()
  • Method Details

    • init

      public void init(Object o)
      Specified by:
      init in interface com.smartfoxserver.bitswarm.service.IService
    • destroy

      public void destroy(Object o)
      Specified by:
      destroy in interface com.smartfoxserver.bitswarm.service.IService
    • getDBManager

      public IDBManager getDBManager()
    • handleMessage

      public void handleMessage(Object message) throws Exception
      Specified by:
      handleMessage in interface com.smartfoxserver.bitswarm.service.IService
      Throws:
      Exception
    • getName

      public String getName()
      Specified by:
      getName in interface com.smartfoxserver.bitswarm.service.IService
    • setName

      public void setName(String name)
      Specified by:
      setName in interface com.smartfoxserver.bitswarm.service.IService