Modifier and Type | Method and Description |
---|---|
ParticipantStore |
StateManager.getStore() |
Modifier and Type | Method and Description |
---|---|
ParticipantStore |
BasicAction.getStore()
Set up an object store and assign it to the participantStore variable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectStoreAPI
Created by IntelliJ IDEA.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectStore
The object store interface is the application's route to using
a specific object store implementation.
|
Modifier and Type | Method and Description |
---|---|
static ParticipantStore |
StoreManager.getCommunicationStore() |
static ParticipantStore |
StoreManager.getParticipantStore() |
static ParticipantStore |
StoreManager.setupStore(String rootName,
int sharedStatus) |
Constructor and Description |
---|
ParticipantStoreBean(ParticipantStore ps)
Construct an MBean corresponding to the given store
|
Modifier and Type | Class and Description |
---|---|
class |
ParticipantStoreProxy
Remote proxy to a ParticipantStore
|
Copyright © 2014. All Rights Reserved.