public interface IClientSharedObject extends ISharedObjectBase
Modifier and Type | Method and Description |
---|---|
void |
connect(IConnection conn)
Connect the shared object using the passed connection.
|
void |
disconnect()
Disconnect the shared object.
|
boolean |
isConnected()
Check if the shared object is connected to the server.
|
addSharedObjectListener, beginUpdate, beginUpdate, clear, close, endUpdate, getData, getVersion, isLocked, isPersistent, lock, removeSharedObjectListener, sendMessage, unlock
registerServiceHandler, unregisterServiceHandler
getServiceHandler, getServiceHandlerNames, registerServiceHandler
getBoolAttribute, getByteAttribute, getDoubleAttribute, getIntAttribute, getListAttribute, getLongAttribute, getMapAttribute, getSetAttribute, getShortAttribute, getStringAttribute
getAttribute, getAttribute, getAttributeNames, getAttributes, hasAttribute, removeAttribute, removeAttributes, setAttribute, setAttributes, setAttributes
void connect(IConnection conn)
conn
- connect to connect toboolean isConnected()
void disconnect()
Copyright © 2006-2012 The Red5 Project