| Package | Description |
|---|---|
| li.strolch.agent.api | |
| li.strolch.agent.impl | |
| li.strolch.persistence.api | |
| li.strolch.persistence.inmemory | |
| li.strolch.service.api |
| Modifier and Type | Method and Description |
|---|---|
StrolchRealm |
ComponentContainer.getRealm(Certificate certificate)
Returns the default
StrolchRealm for the user with the given Certificate. |
StrolchRealm |
ComponentContainer.getRealm(String realm)
Returns the
StrolchRealm with the given name. |
StrolchRealm |
RealmHandler.getRealm(String realm)
Returns the
StrolchRealm with the given name. |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedRealm |
class |
EmptyRealm |
class |
InternalStrolchRealm |
class |
TransactionalRealm |
class |
TransientRealm |
| Modifier and Type | Method and Description |
|---|---|
protected StrolchRealm |
CachedElementMap.getRealm() |
protected StrolchRealm |
TransactionalElementMap.getRealm() |
StrolchRealm |
ComponentContainerImpl.getRealm(Certificate certificate) |
StrolchRealm |
DefaultRealmHandler.getRealm(String realm) |
StrolchRealm |
ComponentContainerImpl.getRealm(String realm) |
| Constructor and Description |
|---|
CachedActivityMap(StrolchRealm realm) |
CachedElementMap(StrolchRealm realm) |
CachedOrderMap(StrolchRealm realm) |
CachedResourceMap(StrolchRealm realm) |
TransactionalActivityMap(StrolchRealm realm) |
TransactionalElementMap(StrolchRealm realm) |
TransactionalOrderMap(StrolchRealm realm) |
TransactionalResourceMap(StrolchRealm realm) |
| Modifier and Type | Method and Description |
|---|---|
StrolchRealm |
AbstractTransaction.getRealm() |
| Modifier and Type | Method and Description |
|---|---|
StrolchTransaction |
PersistenceHandler.openTx(StrolchRealm realm,
Certificate certificate,
String action)
Opens a
StrolchTransaction on the given StrolchRealm. |
| Constructor and Description |
|---|
AbstractTransaction(PrivilegeHandler privilegeHandler,
StrolchRealm realm,
Certificate certificate,
String action) |
| Modifier and Type | Method and Description |
|---|---|
StrolchTransaction |
InMemoryPersistence.openTx(StrolchRealm realm,
Certificate certificate,
String action) |
| Constructor and Description |
|---|
InMemoryTransaction(PrivilegeHandler privilegeHandler,
StrolchRealm realm,
Certificate certificate,
String action,
InMemoryPersistence persistenceHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected StrolchRealm |
AbstractService.getRealm(String realm)
Returns the
StrolchRealm with the given name. |
Copyright © 2011–2016 Strolch. All rights reserved.