| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.cluster |
Clustering service for an application.
|
| com.avaje.ebeaninternal.server.cluster.mcast | |
| com.avaje.ebeaninternal.server.cluster.socket | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.transaction |
Transaction implementation
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterBroadcast.startup(ClusterManager clusterManager)
Inform the other cluster members that this instance has come online and
start any listeners etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
McastClusterManager.startup(ClusterManager clusterManager)
Startup listeners and 'Join'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocketClusterBroadcast.startup(ClusterManager clusterManager) |
| Modifier and Type | Method and Description |
|---|---|
ClusterManager |
InternalConfiguration.getClusterManager() |
| Constructor and Description |
|---|
InternalConfiguration(XmlConfig xmlConfig,
ClusterManager clusterManager,
ServerCacheManager cacheManager,
SpiBackgroundExecutor backgroundExecutor,
ServerConfig serverConfig,
BootupClasses bootupClasses,
PstmtBatch pstmtBatch) |
| Constructor and Description |
|---|
PostCommitProcessing(ClusterManager clusterManager,
TransactionManager manager,
SpiTransaction transaction,
TransactionEvent event)
Create for a TransactionManager and event.
|
TransactionManager(ClusterManager clusterManager,
BackgroundExecutor backgroundExecutor,
ServerConfig config,
BeanDescriptorManager descMgr,
BootupClasses bootupClasses)
Create the TransactionManager
|
Copyright © 2014. All Rights Reserved.