Class LRMIManager

java.lang.Object
com.gigaspaces.lrmi.LRMIManager

public class LRMIManager extends Object
Manages Gigaspaces LRMI layer
Since:
7.1
Author:
eitany
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Shutdown the LRMI runtime, once invoked the LRMI runtime is permanently destroyed and cannot be reused in the current class loader which it was created in.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LRMIManager

      public LRMIManager()
  • Method Details

    • shutdown

      public static void shutdown()
      Shutdown the LRMI runtime, once invoked the LRMI runtime is permanently destroyed and cannot be reused in the current class loader which it was created in. As a result this operation is irreversible.
      Since:
      7.1