|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.humatic.dsj.src.RTMPSource.SharedObject
public class RTMPSource.SharedObject
SharedObjects are both Flash's equivalent to cookies as well as a means for data persistance and data exchange between FMS clients. Clients get hold of a SharedObject by calling RTMPSource.getSharedObject which will either return an already existing object or create one.
| Field Summary | |
|---|---|
static int |
CLIENT_CLEAR_DATA
subtypes |
static int |
CLIENT_DELETE_DATA
subtypes |
static int |
CLIENT_INITIAL_DATA
subtypes |
static int |
CLIENT_STATUS
subtypes |
static int |
CLIENT_UPDATE_ATTRIBUTE
subtypes |
static int |
CLIENT_UPDATE_DATA
subtypes |
static int |
SERVER_CONNECT
subtypes |
static int |
SERVER_DELETE_ATTRIBUTE
subtypes |
static int |
SERVER_DISCONNECT
subtypes |
static int |
SERVER_SEND_MESSAGE
subtypes |
static int |
SERVER_SET_ATTRIBUTE
subtypes |
static int |
SO_PERSISTANT
|
| Method Summary | |
|---|---|
java.lang.String[] |
getData()
|
java.lang.String |
getName()
|
int |
getSubType()
|
int |
getVersion()
|
void |
setAttribute(java.lang.String key,
java.lang.String value)
|
void |
setSubType(int st)
|
byte[] |
toByteArray()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SERVER_CONNECT
public static final int SERVER_DISCONNECT
public static final int SERVER_SET_ATTRIBUTE
public static final int CLIENT_UPDATE_DATA
public static final int CLIENT_UPDATE_ATTRIBUTE
public static final int SERVER_SEND_MESSAGE
public static final int CLIENT_STATUS
public static final int CLIENT_CLEAR_DATA
public static final int CLIENT_DELETE_DATA
public static final int SERVER_DELETE_ATTRIBUTE
public static final int CLIENT_INITIAL_DATA
public static final int SO_PERSISTANT
| Method Detail |
|---|
public byte[] toByteArray()
public void setSubType(int st)
public void setAttribute(java.lang.String key,
java.lang.String value)
public java.lang.String getName()
public int getVersion()
public int getSubType()
public java.lang.String[] getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||