public class InternalPayloadSpaceStore extends Object
Constructor and Description |
---|
InternalPayloadSpaceStore() |
Modifier and Type | Method and Description |
---|---|
InternalPayloadSpace |
getInternalPayload(IdentityBlock identity)
Gets a payload space from the payload space store.
|
InternalPayloadSpace |
setInternalPayload(IdentityBlock identity,
InternalPayloadSpace payload)
Sets a payload space into the payload space store.
|
public InternalPayloadSpace setInternalPayload(IdentityBlock identity, InternalPayloadSpace payload)
Sets a payload space into the payload space store.
identity
- the identity o the requested payload spacepayload
- the payload space to be setpublic InternalPayloadSpace getInternalPayload(IdentityBlock identity)
Gets a payload space from the payload space store.
identity
- the identity to be retrievedCopyright © 2023. All rights reserved.