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, unlockregisterServiceHandler, unregisterServiceHandlergetServiceHandler, getServiceHandlerNames, registerServiceHandlergetBoolAttribute, getByteAttribute, getDoubleAttribute, getIntAttribute, getListAttribute, getLongAttribute, getMapAttribute, getSetAttribute, getShortAttribute, getStringAttributegetAttribute, getAttribute, getAttributeNames, getAttributes, hasAttribute, removeAttribute, removeAttributes, setAttribute, setAttributes, setAttributes, sizevoid connect(IConnection conn)
conn - connect to connect toboolean isConnected()
void disconnect()
Copyright © 2005–2017 Red5. All rights reserved.