|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GridifyArgument
Gridify task argument created by the system for task execution. It contains all information needed to reflectively execute a method remotely.
Use GridifyArgumentAdapter convenience adapter for creating gridify
arguments when implementing custom gridify jobs.
See Gridify documentation for more information about execution of
gridified methods.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3
Gridify

| Method Summary | |
|---|---|
Class<?> |
getMethodClass()
Gets class to which the executed method belongs. |
String |
getMethodName()
Gets method name. |
Object[] |
getMethodParameters()
Gets method parameters in the same order they appear in method signature. |
Class<?>[] |
getMethodParameterTypes()
Gets method parameter types in the same order they appear in method signature. |
Object |
getTarget()
Gets target object to execute method on. |
| Method Detail |
|---|
Class<?> getMethodClass()
String getMethodName()
Class<?>[] getMethodParameterTypes()
Object[] getMethodParameters()
Object getTarget()
|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|