public static class TypedActor.MethodCall
extends java.lang.Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
MethodCall(java.lang.reflect.Method method,
java.lang.Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(java.lang.Object instance)
Invokes the Method on the supplied instance
|
boolean |
isOneWay() |
java.lang.reflect.Method |
method() |
java.lang.Object[] |
parameters() |
boolean |
returnsFuture() |
boolean |
returnsJOption() |
boolean |
returnsOption() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MethodCall(java.lang.reflect.Method method,
java.lang.Object[] parameters)
public java.lang.reflect.Method method()
public java.lang.Object[] parameters()
public boolean isOneWay()
public boolean returnsFuture()
public boolean returnsJOption()
public boolean returnsOption()
public java.lang.Object apply(java.lang.Object instance)
instance - (undocumented)the - underlying exception if there's an InvocationTargetException thrown on the invocation