Package com.gigaspaces.lrmi
Class LRMIManager
java.lang.Object
com.gigaspaces.lrmi.LRMIManager
Manages Gigaspaces LRMI layer
- Since:
- 7.1
- Author:
- eitany
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidshutdown()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.
-
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
-