|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.network.rmi.MethodDef
public class MethodDef
Method definition is used to map methods on an RMI interface to an implementation on a remote machine.
| フィールドの概要 | |
|---|---|
java.lang.String |
name
Method name |
java.lang.Class<?>[] |
paramTypes
Parameter types |
java.lang.Class<?> |
retType
Return type |
| コンストラクタの概要 | |
|---|---|
MethodDef()
|
|
| メソッドの概要 |
|---|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public java.lang.String name
public java.lang.Class<?> retType
public java.lang.Class<?>[] paramTypes
| コンストラクタの詳細 |
|---|
public MethodDef()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||