public class MessageVortexRepository extends Object
Constructor and Description |
---|
MessageVortexRepository() |
Modifier and Type | Method and Description |
---|---|
static void |
clear(String uid)
Remove an id from the space.
|
static Accountant |
getAccountant(String uid,
String id)
Get the accountant specified in the named configuration section.
|
static Blender |
getBlender(String uid,
String id)
Get the blender specified in the named configuration section.
|
static IdentityStore |
getIdentityStore(String uid,
String id)
Get the identity store specified in the named configuration section.
|
static InternalPayloadSpace |
getOwnSpace(String uid,
IdentityBlock ib)
Gets own payload space for a specific identity.
|
static Router |
getRouter(String uid,
String id)
Get the router specified in the named configuration section.
|
static Map<String,RunningDaemon> |
getRunningDaemons(String uid)
Get a list of all running daemons.
|
static InternalPayloadSpace |
getSimulatedSpace(String uid,
IdentityBlock ib)
gets a simulated payload space for a specific identity block.
|
static void |
setAccountant(String uid,
String id,
Accountant a)
Set the accountant specified in the named configuration section.
|
static void |
setBlender(String uid,
String id,
Blender a)
Set the blender specified in the named configuration section.
|
static void |
setIdentityStore(String uid,
String id,
IdentityStore is)
Set the identity store specified in the named configuration section.
|
static void |
setRouter(String uid,
String id,
Router a)
Set the router specified in the named configuration section.
|
static void |
setTransport(String uid,
String id,
Transport a)
Set the transport specified in the named configuration section.
|
public static void setTransport(String uid, String id, Transport a)
Set the transport specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectiona
- the transport handlerpublic static Accountant getAccountant(String uid, String id)
Get the accountant specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectionpublic static void setAccountant(String uid, String id, Accountant a)
Set the accountant specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectiona
- the accounting handlerpublic static Blender getBlender(String uid, String id)
Get the blender specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectionpublic static void setBlender(String uid, String id, Blender a)
Set the blender specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectiona
- the blending handlerpublic static Router getRouter(String uid, String id)
Get the router specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectionpublic static void setRouter(String uid, String id, Router a)
Set the router specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectiona
- the routing handlerpublic static IdentityStore getIdentityStore(String uid, String id)
Get the identity store specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectionpublic static void setIdentityStore(String uid, String id, IdentityStore is)
Set the identity store specified in the named configuration section.
uid
- the UUID of the related storeid
- the name of the config sectionis
- the identity storepublic static InternalPayloadSpace getSimulatedSpace(String uid, IdentityBlock ib)
gets a simulated payload space for a specific identity block.
uid
- the UUID of the related storeib
- the identity blockpublic static InternalPayloadSpace getOwnSpace(String uid, IdentityBlock ib)
Gets own payload space for a specific identity.
uid
- the UUID of the related storeib
- the identityblock identifying the payload spacepublic static void clear(String uid)
Remove an id from the space.
uid
- the uid to be removedpublic static Map<String,RunningDaemon> getRunningDaemons(String uid)
Get a list of all running daemons.
uid
- the affected uidCopyright © 2023. All rights reserved.