Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
java.lang.reflect.Constructor

Packages that use Constructor
Package Description
java.dyn PROVISIONAL API, WORK IN PROGRESS: This package contains dynamic language support provided directly by the Java core class libraries and virtual machine. 
java.lang Provides classes that are fundamental to the design of the Java programming language. 
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
 

Uses of Constructor in java.dyn
 

Methods in java.dyn with parameters of type Constructor
Modifier and Type Method and Description
 MethodHandle MethodHandles.Lookup.unreflectConstructor(Constructor c)
          PROVISIONAL API, WORK IN PROGRESS: Produce a method handle for a reflected constructor.
 

Uses of Constructor in java.lang
 

Methods in java.lang that return Constructor
Modifier and Type Method and Description
 Constructor<T> Class.getConstructor(Class<?>... parameterTypes)
          Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
 Constructor<?>[] Class.getConstructors()
          Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
 Constructor<T> Class.getDeclaredConstructor(Class<?>... parameterTypes)
          Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object.
 Constructor<?>[] Class.getDeclaredConstructors()
          Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
 Constructor<?> Class.getEnclosingConstructor()
          If this Class object represents a local or anonymous class within a constructor, returns a Constructor object representing the immediately enclosing constructor of the underlying class.
 

Uses of Constructor in javax.management
 

Constructors in javax.management with parameters of type Constructor
Constructor and Description
MBeanConstructorInfo(String description, Constructor<?> constructor)
          Constructs an MBeanConstructorInfo object.
 

Uses of Constructor in javax.management.modelmbean
 

Constructors in javax.management.modelmbean with parameters of type Constructor
Constructor and Description
ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod)
          Constructs a ModelMBeanConstructorInfo object with a default descriptor.
ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod, Descriptor descriptor)
          Constructs a ModelMBeanConstructorInfo object.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.