Uses of Class
com.gigaspaces.exception.lrmi.ApplicationException
Packages that use ApplicationException
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
-
Uses of ApplicationException in com.gigaspaces.lrmi
Methods in com.gigaspaces.lrmi that throw ApplicationExceptionModifier and TypeMethodDescriptionClientPeer.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args, ConnectionPool connPool) Invokes a method on the remote object this peer is connected to.This method is called by a Server Peer after extracting the method name and arguments. -
Uses of ApplicationException in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio that throw ApplicationExceptionModifier and TypeMethodDescriptionCPeer.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args, ConnectionPool connPool)