{ "type": "class", | |
"qname": "mx.net.SharedObject", | |
"baseClassname": "org.apache.royale.events.EventDispatcher" | |
, | |
"description": "An emulation class to support the swf based Local SharedObject support. This implementation supports AMF encoded content (requires registerClassAlias before reading and writing to roundtrip instances of custom classes)", | |
"members": [ | |
{ "type": "method", | |
"qname": "getLocal", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"return": "mx.net.SharedObject", | |
"params": [{ "name": "name", "type": "String"}, | |
{ "name": "localPath", "type": "String"}, | |
{ "name": "secure", "type": "Boolean"}]} | |
, | |
{ "type": "method", | |
"qname": "mx.net.SharedObject", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "", | |
"params": []} | |
, | |
{ "type": "method", | |
"qname": "flush", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["minDiskSpace ignored for javascript targets"]}, | |
{ "tagName": "throws", | |
"values": ["Error #2044: Unhandled NetStatusEvent"]}, | |
{ "tagName": "return", | |
"values": ["a string indicating the flush status. This can be (on swf) SharedObjectFlushStatus.FLUSHED or SharedObjectFlushStatus.PENDING on swf. For JS is it SharedObjectFlushStatus.FLUSHED or SharedObjectFlushStatus.FAILED"]} ], | |
"return": "String", | |
"params": [{ "name": "minDiskSpace", "type": "int"}]} | |
, | |
{ "type": "method", | |
"qname": "clear", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "void", | |
"params": []} | |
, | |
{ "type": "accessor", | |
"access": "read-only", | |
"return": "Object", | |
"qname": "data", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}}] | |
} |