Package org.softamis.cluster4spring.rmi

Class Summary
AbstractRmiProxyFactoryBean<SI extends ServiceMoniker> Abstract class used to implement RMI based proxy factory beans
AbstractRmiServiceExporter Abstract implementation of Service Exporter to export remote services via RMI
MultihomeRmiServiceExporter Experimental version of RMI service Exporter used to support multihome systems
RmiDiscoveringEndpointProvider<SI extends ServiceMoniker> Implementation of EndpointProvider that automatically discovers RMI services based on service name and service group.
RmiDiscoveringProxyFactoryBean<SI extends ServiceMoniker> Implementation of RmiProxyFactoryBean that allows more compact form of describing bean properteis in configuration XML.
RmiProxyFactoryBean<SI extends ServiceMoniker> Proxy factory that creates proxies for remote services exported via RMI.
RmiServiceExporter RMI exporter that exposes the specified service as RMI object with the specified name.
RmiServicePublisher<EC extends AbstractRmiServiceExporter> Service publisher used to publish services that are exported by RmiServicePublisher Actually, this class was create for convenience of defining RMI related things in Spring XML mapping.
RmiSingleUrlProxyFactoryBean<SI extends ServiceMoniker> Implementation of RmiProxyFactoryBean that allows more compact form of describing bean properteis in configuration xml.
RmiUrlListProxyFactoryBean<SI extends ServiceMoniker> Implementation of RmiProxyFactoryBean that allows more compact form of describing bean properteis in configuration xml.