| Package | Description |
|---|---|
| com.jme3.network.service.rmi |
| Modifier and Type | Method and Description |
|---|---|
CallType |
MethodInfo.getCallType() |
static CallType |
MethodInfo.getCallType(java.lang.reflect.Method m) |
static CallType |
CallType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallType[] |
CallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
RmiRegistry.invokeRemote(byte channel,
short objectId,
short procId,
CallType callType,
java.lang.Object[] args) |