Package com.syrtsov.ir

ir - is acronym of Invocation Routing, it comes form pattern of using Dynamic Proxy and chain of objects implementing interface InvocationHandler, those objects are routing invocation to terminal node by applying clustering , partitioning and other logic.

See:
          Description

Class Summary
IRFactory Created-By: Pavel Syrtsov Date: Apr 10, 2008 Time: 6:00:17 PM
 

Annotation Types Summary
IRSpace Created-By: Pavel Syrtsov Date: Apr 10, 2008 Time: 6:22:00 PM
 

Package com.syrtsov.ir Description

ir - is acronym of Invocation Routing, it comes form pattern of using Dynamic Proxy and chain of objects implementing interface InvocationHandler, those objects are routing invocation to terminal node by applying clustering , partitioning and other logic. When invocation arrives at terminal node it gets executed in corresponding context. For example when we apply this architecture to DB partitioning terminal node would be DB that constitutes one of partitions.