public class RemoteMethodHelper extends Object
| Constructor and Description |
|---|
RemoteMethodHelper(RemoteMethodInfo info,
String pdoClassName,
boolean addThis)
Loads a class and inspects the method via reflection
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDeclarationParameterString() |
String |
getFirstName() |
String |
getGenericReturnType()
Gets the generic return type.
|
String |
getInvocationParameterString() |
String |
getMethodName() |
int |
getParamCount() |
String |
getRemoteInvocationParameterString() |
String |
getReturnType() |
List<String> |
getUpdateDbInParametersStatements() |
boolean |
isFirstInstanceOfDb() |
boolean |
isFirstInstanceOfDomainContext() |
boolean |
isPdo() |
boolean |
isReturningCollection() |
boolean |
isReturningCursor() |
boolean |
isReturningObject() |
boolean |
isReturningVoid() |
boolean |
isStaticMethod() |
public RemoteMethodHelper(RemoteMethodInfo info, String pdoClassName, boolean addThis)
info - is the RemoteMethodInfo from the last analyze-runpdoClassName - if this is a pdo, null if no PDOaddThis - is true if add 'this' to the remote parameterspublic String getMethodName()
public String getReturnType()
public String getGenericReturnType()
public boolean isPdo()
public boolean isReturningVoid()
public boolean isReturningObject()
public boolean isReturningCollection()
public boolean isReturningCursor()
public boolean isStaticMethod()
public String getFirstName()
public boolean isFirstInstanceOfDb()
public boolean isFirstInstanceOfDomainContext()
public int getParamCount()
public String getInvocationParameterString()
public String getRemoteInvocationParameterString()
public String getDeclarationParameterString()
Tentackle - distributed, domain- and model-driven