KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > Unreferenced > Top Examples

  • org.objectweb.rmijdbc.RJBlobServer
    The representation (mapping) in the JavaTM programming language of an SQL BLOB. An SQL BLOB is a built-in type that stores a Binary Large Object as a column value in a row of a database table. The driver implements Blob using an SQL locator(BLOB), which means that a Blob object contains a logical ...
  • org.objectweb.proactive.core.body.rmi.RemoteBodyImpl
    An adapter for a LocalBody to be able to receive remote calls. This helps isolate RMI-specific code into a small set of specific classes, thus enabling reuse if we one day decide to switch to anothe remote objects library.
Popular Tags