Package | Description |
---|---|
org.distributeme.core.failing | |
org.distributeme.core.routing |
Modifier and Type | Class and Description |
---|---|
class |
Failover
This failing strategy / router combination fails over to a special failover service instance and stays there.
|
class |
FailoverAndReturn
This is base class for failing strategy / router combination which is pretty much the same as Failover, but instead of staying on
the failover instance forever, it tries to switch back after some timeout.
|
class |
FailoverAndReturnInAMinute
This failing strategy / router combination is pretty much the same as Failover, but instead of staying on
the failover instance forever, it tries to switch back after a minute.
|
class |
FailoverAndReturnInTenSeconds
This failing strategy / router combination is pretty much the same as Failover, but instead of staying on
the failover instance forever, it tries to switch back after 10 seconds.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyBasedRegistrationNameProvider
This registration name provider is based on a submitted property to the start.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.