|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializableContent | |
org.codehaus.wadi | |
org.codehaus.wadi.impl |
Uses of SerializableContent in org.codehaus.wadi |
Subinterfaces of SerializableContent in org.codehaus.wadi | |
interface |
Context
Base API for client state |
interface |
Session
|
interface |
WADIHttpSession
|
Uses of SerializableContent in org.codehaus.wadi.impl |
Classes in org.codehaus.wadi.impl that implement SerializableContent | |
class |
AbstractContext
TODO - JavaDoc this type |
class |
AbstractReplicableSession
A DistributableSession enhanced with functionality associated with replication - the frequent 'backing-up' of its content to provide against catastrophic failure. |
class |
AtomicallyReplicableSession
|
class |
DistributableAttributes
A DistributableAttributes object needs to be Listener aware. |
class |
DistributableSession
A Standard Session enhanced with functionality associated with [de]serialisation - necessary to allow the movement of the session from jvm to jvm/storage. |
class |
DistributableValue
An attribute Value that supports the notification of HttpSessionActivationListeners at the correct times as well as the substition of non-Serializable content with the results of pluggable Helpers. |
class |
LazyAttributes
|
class |
LazyValue
|
class |
PartiallyReplicableSession
|
class |
StandardSession
Our internal representation of any Web Session |
Methods in org.codehaus.wadi.impl that return SerializableContent | |
static SerializableContent |
Utils.setContent(SerializableContent object,
byte[] content,
Streamer streamer)
|
static SerializableContent |
Utils.safeSetContent(SerializableContent object,
byte[] content,
Streamer streamer)
|
Methods in org.codehaus.wadi.impl with parameters of type SerializableContent | |
static byte[] |
Utils.getContent(SerializableContent object,
Streamer streamer)
|
static byte[] |
Utils.safeGetContent(SerializableContent object,
Streamer streamer)
|
static SerializableContent |
Utils.setContent(SerializableContent object,
byte[] content,
Streamer streamer)
|
static SerializableContent |
Utils.safeSetContent(SerializableContent object,
byte[] content,
Streamer streamer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |