See:
Description
| Interface Summary | |
|---|---|
| CompositeData | The CompositeData interface specifies the behavior of a specific type of complex open data objects which represent composite data structures. |
| OpenMBeanAttributeInfo | Describes an attribute of an open MBean. |
| OpenMBeanConstructorInfo | Describes a constructor of an Open MBean. |
| OpenMBeanInfo | Describes an Open MBean: an Open MBean is recognized as such if
its getMBeanInfo() method returns an instance of a class which
implements the OpenMBeanInfo interface, typically OpenMBeanInfoSupport. |
| OpenMBeanOperationInfo | Describes an operation of an Open MBean. |
| OpenMBeanParameterInfo | Describes a parameter used in one or more operations or constructors of an open MBean. |
| TabularData | The TabularData interface specifies the behavior of a specific type of complex open data objects which represent tabular data structures. |
| Class Summary | |
|---|---|
| ArrayType | The ArrayType class is the open type class whose instances describe
all open data values which are n-dimensional arrays of open data values. |
| CompositeDataSupport | The CompositeDataSupport class is the open data class which implements the CompositeData interface. |
| CompositeType | The CompositeType class is the open type class
whose instances describe the types of values. |
| OpenMBeanAttributeInfoSupport | Describes an attribute of an open MBean. |
| OpenMBeanConstructorInfoSupport | Describes a constructor of an Open MBean. |
| OpenMBeanInfoSupport | The OpenMBeanInfoSupport class describes the management information of an open MBean:
it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface. |
| OpenMBeanOperationInfoSupport | Describes an operation of an Open MBean. |
| OpenMBeanParameterInfoSupport | Describes a parameter used in one or more operations or constructors of an open MBean. |
| OpenType | The OpenType class is the parent abstract class of all classes which describe the actual open type
of open data values. |
| SimpleType | The SimpleType class is the open type class whose instances describe
all open data values which are neither arrays,
nor values,
nor values. |
| TabularDataSupport | The TabularDataSupport class is the open data class which implements the TabularData and the Map interfaces, and which is internally based on a hash map data structure. |
| TabularType | The TabularType class is the open type class
whose instances describe the types of values. |
| Exception Summary | |
|---|---|
| InvalidKeyException | This runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid. |
| InvalidOpenTypeException | This runtime exception is thrown to indicate that the open type of an open data value is not the one expected. |
| KeyAlreadyExistsException | This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance. |
| OpenDataException | This checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met. |
Provides the open data types and Open MBean descriptor classes. An Open MBean is an MBean where the types of attributes and of operation parameters and return values are built using a small set of predefined Java classes. Open MBeans facilitate operation with remote management programs that do not necessarily have access to application-specific types, including non-Java programs.
Every MBean has an MBeanInfo with information about the MBean itself, and its
attributes, operations, constructors, and notifications. In an
Open MBean, this MBeanInfo implements the OpenMBeanInfo
interface, usually by being an instance of OpenMBeanInfoSupport.
The attribute information returned by MBeanInfo.getAttributes for an Open MBean is an array of
objects implementing OpenMBeanAttributeInfo, usually instances of OpenMBeanAttributeInfoSupport. In addition to the usual
information about attributes, an
OpenMBeanAttributeInfo specifies the OpenType of the attribute.
The possible OpenType values are predefined, which
is what ensures that remote managers will understand them.
Similar remarks apply to the parameter types of operations and constructors, and to the return types of operations.
There is a distinction between an attribute's Java language
type, as returned by getType(), and
its OpenType, as returned by getOpenType(). For example, if the Java language type is
java.lang.String, the OpenType will be
SimpleType.String. If the Java language type is CompositeData, the
OpenType will be a CompositeType that
describes the items in the CompositeData instances
for the attribute.
Ces informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
7 mots clés dont 0 définis manuellement (plus d'information...).
Avertissement
Cette page ne possède pas encore de mots clés manuels, ceci est donc un exemple automatique (les niveaux de pertinence sont fictifs, mais les liens sont valables). Pour tester le nuage avec une page qui contient des mots définis manuellement, vous pouvez cliquer ici.Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher le nuage de mots clés.
Recherche (afficher)
Utilisateur (masquer)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)