Interface | Description |
---|---|
RegistrationNameProvider |
Describes a registration name provider which defines the name useable for registration.
|
Router |
This interface defines a call router, which influences how calls are distributed to different servers in the same system.
|
Class | Description |
---|---|
AbstractParameterBasedModRouterWithFailOverToNextNode |
Abstract implementation of MOD strategy router which supports FailOver to next cluster node - strategy.
|
AbstractRouterWithFailOverToNextNode |
Abstract implementation of
Router which supports FailingStrategy . |
FairRoundRobinRouter |
This router sends each call to another instance.
|
NoOpRouter |
This router implementation does mostly nothing.
|
ParameterBasedModRouter |
This router is based on numeric parameters and their mod value.
|
PropertyBasedRegistrationNameProvider |
This registration name provider is based on a submitted property to the start.
|
RoundRobinRouter |
This router sends each call to another instance.
|
RoundRobinRouterWithFailoverToNextNode |
This router sends each call to another instance.
|
SysOutRouter |
This is an example implementation of a Router which actually do not route anything but simply prints out each call.
|
Enum | Description |
---|---|
AbstractRouterWithFailOverToNextNode.RouterStrategy |
Returns type of strategy - on which current router works.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.