Package com.bigdata.service.proxy

This package provides implementations of proxy objects for commonly used classes.

See: Description

Package com.bigdata.service.proxy Description

This package provides implementations of proxy objects for commonly used classes. These proxy objects are designed to have exactly the same API as the original objects. They DO NOT extend Remote and they DO NOT declare IOException or any other exceptions which are not declared by their original interface declarations. This allows us to write code that uses the same API for RMI and non-RMI cases.

Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.