Interface IClientSharedObject

All Superinterfaces:
AttributeStoreMXBean, IAttributeStore, ICastingAttributeStore, IServiceHandlerProvider, ISharedObjectBase, ISharedObjectHandlerProvider
All Known Implementing Classes:
ClientSharedObject

public interface IClientSharedObject extends ISharedObjectBase
Clientside access to shared objects.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Method Details

    • connect

      void connect(IConnection conn)
      Connect the shared object using the passed connection.
      Parameters:
      conn - connect to connect to
    • isConnected

      boolean isConnected()
      Check if the shared object is connected to the server.
      Returns:
      is connected
    • disconnect

      void disconnect()
      Disconnect the shared object.