Package com.db4o.ext

Interface ExtClient

  • All Superinterfaces:
    ExtObjectContainer, ObjectContainer
    All Known Implementing Classes:
    ClientObjectContainer

    public interface ExtClient
    extends ExtObjectContainer
    extended client functionality for the ExtObjectContainer interface.

    Both Db4oClientServer.openClient() methods always return an ExtClient object so a cast is possible.

    The ObjectContainer functionality is split into multiple interfaces to allow newcomers to focus on the essential methods.
    • Method Detail

      • isAlive

        boolean isAlive()
        checks if the client is currently connected to a server.
        Returns:
        true if the client is alive.