パッケージ | 説明 |
---|---|
java.beans |
JavaBeans™ アーキテクチャーに基づいたコンポーネントである Bean の開発に関連するクラスが含まれています。
|
java.lang |
Java プログラム言語の設計にあたり基本的なクラスを提供します。
|
java.lang.annotation |
Java プログラミング言語の注釈機能のライブラリサポートを提供します。
|
java.lang.invoke |
java.lang.invoke パッケージには、Java コアクラスライブラリおよび仮想マシンによって直接提供される動的言語サポートが含まれています。 |
java.lang.reflect |
クラスとオブジェクトに関するリフレクト情報を取得するための、クラスとインタフェースを提供します。
|
java.rmi.server |
サーバー側の RMI をサポートするクラスとインタフェースを提供します。
|
javax.management |
Java Management Extensions のコアクラスを提供します。
|
javax.management.modelmbean |
ModelMBean クラスの定義を提供します。
|
javax.management.openmbean |
公開データ型と Open MBean 記述子クラスを提供します。
|
javax.xml.ws.spi |
このパッケージは、JAX-WS の SPI を定義します。
|
修飾子と型 | メソッドと説明 |
---|---|
Method |
EventSetDescriptor.getAddListenerMethod()
イベントリスナーの追加時に使用するメソッドを取得します。
|
Method |
EventSetDescriptor.getGetListenerMethod()
登録済みイベントリスナーへのアクセスに使用するメソッドを取得します。
|
Method |
IndexedPropertyDescriptor.getIndexedReadMethod()
インデックス付きプロパティー値の読み込みに使用するメソッドを取得します。
|
Method |
IndexedPropertyDescriptor.getIndexedWriteMethod()
インデックス付きプロパティー値の書き込みに使用するメソッドを取得します。
|
Method[] |
EventSetDescriptor.getListenerMethods()
ターゲットリスナーインタフェースのメソッドを取得します。
|
Method |
MethodDescriptor.getMethod()
この MethodDescriptor がカプセル化するメソッドを取得します。
|
Method |
PropertyDescriptor.getReadMethod()
プロパティー値の読み込みに使用するメソッドを取得します。
|
Method |
EventSetDescriptor.getRemoveListenerMethod()
イベントリスナーの削除時に使用するメソッドを取得します。
|
Method |
PropertyDescriptor.getWriteMethod()
プロパティー値の書き込みに使用するメソッドを取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
EventHandler.invoke(Object proxy, Method method, Object[] arguments)
イベントから適切なプロパティー値を抽出し、この
EventHandler に関連付けられているアクションに渡します。 |
void |
IndexedPropertyDescriptor.setIndexedReadMethod(Method readMethod)
インデックス付きプロパティー値の読み込みに使用するメソッドを設定します。
|
void |
IndexedPropertyDescriptor.setIndexedWriteMethod(Method writeMethod)
インデックス付きプロパティー値の書き込みに使用するメソッドを設定します。
|
void |
PropertyDescriptor.setReadMethod(Method readMethod)
プロパティー値の読み込みに使用するメソッドを設定します。
|
void |
PropertyDescriptor.setWriteMethod(Method writeMethod)
プロパティー値の書き込みに使用するメソッドを設定します。
|
コンストラクタと説明 |
---|
EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod)
java.lang.reflect.Method および java.lang.Class オブジェクトを使って、ゼロから EventSetDescriptor を作成します。
|
EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod)
java.lang.reflect.Method および java.lang.Class オブジェクトを使って、ゼロから EventSetDescriptor を作成します。
|
EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod, Method getListenerMethod)
このコンストラクタは、java.lang.reflect.Method オブジェクトと java.lang.Class オブジェクトを使って、ゼロから EventSetDescriptor を作成します。
|
EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod, Method getListenerMethod)
このコンストラクタは、java.lang.reflect.Method オブジェクトと java.lang.Class オブジェクトを使って、ゼロから EventSetDescriptor を作成します。
|
EventSetDescriptor(String eventSetName, Class<?> listenerType, MethodDescriptor[] listenerMethodDescriptors, Method addListenerMethod, Method removeListenerMethod)
java.lang.reflect.MethodDescriptor および java.lang.Class オブジェクトを使って、ゼロから EventSetDescriptor を作成します。
|
IndexedPropertyDescriptor(String propertyName, Method readMethod, Method writeMethod, Method indexedReadMethod, Method indexedWriteMethod)
このコンストラクタは、単純なプロパティー名と、プロパティーの読み込みおよび書き込み用の Method オブジェクトを引数に取ります。
|
MethodDescriptor(Method method)
Method から MethodDescriptor を構築します。 |
MethodDescriptor(Method method, ParameterDescriptor[] parameterDescriptors)
Method から MethodDescriptor を構築して、メソッドの各パラメータについて説明的な情報を提供します。 |
PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod)
このコンストラクタは、単純なプロパティー名と、プロパティーの読み込みおよび書き込み用の Method オブジェクトを引数に取ります。
|
修飾子と型 | メソッドと説明 |
---|---|
Method |
Class.getDeclaredMethod(String name, Class<?>... parameterTypes)
この
Class オブジェクトが表すクラスまたはインタフェースの、指定された宣言されたメソッドをリフレクトする Method オブジェクトを返します。 |
Method[] |
Class.getDeclaredMethods()
この
Class オブジェクトが表すクラスまたはインタフェースによって宣言されたすべてのメソッドをリフレクトする Method オブジェクトの配列を返します。 |
Method |
Class.getEnclosingMethod()
この
Class オブジェクトが、メソッド内のローカルクラスまたは匿名クラスを表す場合は、基本となるクラスを直接囲むメソッドを表す Method オブジェクトを返します。 |
Method |
Class.getMethod(String name, Class<?>... parameterTypes)
この
Class オブジェクトが表すクラスまたはインタフェースの、指定された public メンバーメソッドをリフレクトする Method オブジェクトを返します。 |
Method[] |
Class.getMethods()
この
Class オブジェクトが表すクラスまたはインタフェースのすべての public メンバーメソッドをリフレクトする Method オブジェクトを格納している配列を返します。クラスまたはインタフェースが宣言したもの、およびスーパークラスやスーパーインタフェースから継承されたものも含まれます。 |
修飾子と型 | メソッドと説明 |
---|---|
Method |
AnnotationTypeMismatchException.element()
不正な型の要素に対応する Method オブジェクトを返します。
|
コンストラクタと説明 |
---|
AnnotationTypeMismatchException(Method element, String foundType)
指定された注釈型要素と見つかったデータ型について AnnotationTypeMismatchException を構築します。
|
修飾子と型 | メソッドと説明 |
---|---|
MethodHandle |
MethodHandles.Lookup.unreflect(Method m)
ルックアップクラスがアクセス権を持つ場合に m への直接メソッドハンドルを作成します。
|
MethodHandle |
MethodHandles.Lookup.unreflectSpecial(Method m, Class<?> specialCaller)
リフレクトされたメソッドのメソッドハンドルを生成します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
InvocationHandler.invoke(Object proxy, Method method, Object[] args)
プロキシインスタンスでメソッド呼び出しを処理し、その結果を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
RemoteObjectInvocationHandler.invoke(Object proxy, Method method, Object[] args)
このオブジェクトをカプセル化しているプロキシインスタンス
proxy 上で発行されたメソッド呼び出しを処理し、その結果を返します。 |
Object |
RemoteRef.invoke(Remote obj, Method method, Object[] params, long opnum)
メソッドを呼び出します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
MBeanServerInvocationHandler.invoke(Object proxy, Method method, Object[] args) |
コンストラクタと説明 |
---|
MBeanAttributeInfo(String name, String description, Method getter, Method setter)
このコンストラクタは、単純な属性の名前と、属性を読み込みおよび書き込むための Method オブジェクトを引数に取ります。
|
MBeanOperationInfo(String description, Method method)
MBeanOperationInfo オブジェクトを構築します。 |
コンストラクタと説明 |
---|
ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter)
デフォルトの記述子で ModelMBeanAttributeInfo オブジェクトを構築します。
|
ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter, Descriptor descriptor)
ModelMBeanAttributeInfo オブジェクトを構築します。
|
ModelMBeanOperationInfo(String description, Method operationMethod)
デフォルトの記述子で ModelMBeanOperationInfo オブジェクトを構築します。
|
ModelMBeanOperationInfo(String description, Method operationMethod, Descriptor descriptor)
ModelMBeanOperationInfo オブジェクトを構築します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
CompositeDataInvocationHandler.invoke(Object proxy, Method method, Object[] args) |
修飾子と型 | メソッドと説明 |
---|---|
abstract Object |
Invoker.invoke(Method m, Object... args)
JAX-WS ランタイムはこのメソッドを呼び出すことで、端点インスタンスで実際の Web サービス呼び出しを行います。
|
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.