Class Summary |
LocalReaderProxy |
This proxy is an implementation of the IReaderProxy interface available to be
used by readers that want to access an IBuffer made available by a writer
that is collocated in the same JVM as they are |
LocalStoreReaderProxy |
This proxy extends the LocalReaderProxy capabilities by adding an additional logic layer
on top of the original extended base capabilities. |
LocalStoreWriterProxy |
This proxy class although it implements the tagging IProxy interface, it does not
implement, as the name suggests, the IWriterProxy interface. |
LocalWriterProxy |
This proxy is an implementation of the IWriterProxy interface available to be
used by writers that want to make available their authored IBuffer only to
readers that are collocated in the same JVM as they are |