|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClientSharedObject
Clientside access to shared objects.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.red5.server.api.so.ISharedObjectBase |
---|
addSharedObjectListener, beginUpdate, beginUpdate, clear, close, endUpdate, getData, getVersion, isLocked, isPersistent, lock, removeSharedObjectListener, sendMessage, unlock |
Methods inherited from interface org.red5.server.api.so.ISharedObjectHandlerProvider |
---|
registerServiceHandler, unregisterServiceHandler |
Methods inherited from interface org.red5.server.api.service.IServiceHandlerProvider |
---|
getServiceHandler, getServiceHandlerNames, registerServiceHandler |
Methods inherited from interface org.red5.server.api.ICastingAttributeStore |
---|
getBoolAttribute, getByteAttribute, getDoubleAttribute, getIntAttribute, getListAttribute, getLongAttribute, getMapAttribute, getSetAttribute, getShortAttribute, getStringAttribute |
Methods inherited from interface org.red5.server.api.IAttributeStore |
---|
getAttribute, getAttribute, getAttributeNames, getAttributes, hasAttribute, removeAttribute, removeAttributes, setAttribute, setAttributes, setAttributes, size |
Method Detail |
---|
void connect(IConnection conn)
conn
- connect to connect toboolean isConnected()
void disconnect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |