Uses of Class
com.gigaspaces.lrmi.LRMIMethod
Packages that use LRMIMethod
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
-
Uses of LRMIMethod in com.gigaspaces.lrmi
Methods in com.gigaspaces.lrmi that return LRMIMethodModifier and TypeMethodDescriptionRemoteMethodCache.getLRMIMethod(IMethod method) Returns the ~cached LRMI method structure.ObjectRegistry.Entry.getMethodList()static LRMIMethodLRMIMethod.wrapAsUnsupported(IMethod<?> realMethod) Methods in com.gigaspaces.lrmi with parameters of type LRMIMethodModifier and TypeMethodDescriptionvoidClientPeer.connect(String connectionURL, LRMIMethod lrmiMethod) Connects to the remote server peer.ObjectRegistry.createEntry(Remote object, long objectId, LRMIMethod[] lrmiMethods) Creates a new entry in this registry.ConnectionPool.getConnection(LRMIMethod lrmiMethod) Returns a connected Client Peer from the pool.ClientPeer.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args, ConnectionPool connPool) Invokes a method on the remote object this peer is connected to.ConnPoolInvocationHandler.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args) Remote invocation via dedicated connection provided by ConnectionPool.ILRMIInvocationHandler.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args) Intercept invocation of a LRMI dynamic proxyConstructors in com.gigaspaces.lrmi with parameters of type LRMIMethodModifierConstructorDescriptionEntry(Remote object, long objectId, LRMIMethod[] lrmiMethods) RemoteMethodCache(LRMIMethod[] lrmiMethodList) Constructor. -
Uses of LRMIMethod in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio that return LRMIMethodMethods in com.gigaspaces.lrmi.nio with parameters of type LRMIMethodModifier and TypeMethodDescriptionvoidCPeer.connect(String connectionURL, LRMIMethod lrmiMethod) voidCPeer.connectAsync(String connectionURL, LRMIMethod lrmiMethod) voidCPeer.connectSync(String connectionURL, LRMIMethod lrmiMethod) CPeer.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args, ConnectionPool connPool) final voidRequestPacket.set(long objectId, int methodOrderId, Object[] args, boolean isOneWay, boolean isCallBack, LRMIMethod lrmiMethod, long contextClassLoaderId, OperationPriority priority, PlatformLogicalVersion targetVersion) Constructors in com.gigaspaces.lrmi.nio with parameters of type LRMIMethodModifierConstructorDescriptionRequestPacket(long objectId, int methodOrderId, Object[] args, boolean isOneWay, boolean isCallBack, LRMIMethod invokeMethod, long contextClassLoaderId, OperationPriority priority, PlatformLogicalVersion targetVersion)