API java : Encoder


java.beans
Class Encoder

java.lang.Object
  extended by java.beans.Encoder
Direct Known Subclasses:
XMLEncoder

public class Encoder
extends Object

An Encoder is a class which can be used to create files or streams that encode the state of a collection of JavaBeans in terms of their public APIs. The Encoder, in conjunction with its persistence delegates, is responsible for breaking the object graph down into a series of Statementss and Expressions which can be used to create it. A subclass typically provides a syntax for these expressions using some human readable form - like Java source code or XML.

Since:
1.4

Constructor Summary
Encoder()
           
 
Method Summary
 Object get(Object oldInstance)
          Returns a tentative value for oldInstance in the environment created by this stream.
 ExceptionListener getExceptionListener()
          Gets the exception handler for this stream.
 PersistenceDelegate getPersistenceDelegate(Class<?> type)
          Returns the persistence delegate for the given type.
 Object remove(Object oldInstance)
          Removes the entry for this instance, returning the old entry.
 void setExceptionListener(ExceptionListener exceptionListener)
          Sets the exception handler for this stream to exceptionListener.
 void setPersistenceDelegate(Class<?> type, PersistenceDelegate persistenceDelegate)
          Sets the persistence delegate associated with this type to persistenceDelegate.
 void writeExpression(Expression oldExp)
          The implementation first checks to see if an expression with this value has already been written.
protected  void writeObject(Object o)
          Write the specified object to the output stream.
 void writeStatement(Statement oldStm)
          Writes statement oldStm to the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encoder

public Encoder()
Method Detail

writeObject

protected void writeObject(Object o)
Write the specified object to the output stream. The serialized form will denote a series of expressions, the combined effect of which will create an equivalent object when the input stream is read. By default, the object is assumed to be a JavaBean with a nullary constructor, whose state is defined by the matching pairs of "setter" and "getter" methods returned by the Introspector.

Parameters:
o - The object to be written to the stream.
See Also:
XMLDecoder.readObject()

setExceptionListener

public void setExceptionListener(ExceptionListener exceptionListener)
Sets the exception handler for this stream to exceptionListener. The exception handler is notified when this stream catches recoverable exceptions.

Parameters:
exceptionListener - The exception handler for this stream; if null the default exception listener will be used.
See Also:
getExceptionListener()

getExceptionListener

public ExceptionListener getExceptionListener()
Gets the exception handler for this stream.

Returns:
The exception handler for this stream; Will return the default exception listener if this has not explicitly been set.
See Also:
setExceptionListener(java.beans.ExceptionListener)

getPersistenceDelegate

public PersistenceDelegate getPersistenceDelegate(Class<?> type)
Returns the persistence delegate for the given type. The persistence delegate is calculated by applying the following of rules in order:
  • If the type is an array, an internal persistence delegate is returned which will instantiate an array of the appropriate type and length, initializing each of its elements as if they are properties.
  • If the type is a proxy, an internal persistence delegate is returned which will instantiate a new proxy instance using the static "newProxyInstance" method defined in the Proxy class.
  • If the BeanInfo for this type has a BeanDescriptor which defined a "persistenceDelegate" property, this value is returned.
  • In all other cases the default persistence delegate is returned. The default persistence delegate assumes the type is a JavaBean, implying that it has a nullary constructor and that its state may be characterized by the matching pairs of "setter" and "getter" methods returned by the Introspector.

Parameters:
type - The type of the object.
Returns:
The persistence delegate for this type of object.
See Also:
setPersistenceDelegate(java.lang.Class, java.beans.PersistenceDelegate), Introspector.getBeanInfo(java.lang.Class), BeanInfo.getBeanDescriptor()

setPersistenceDelegate

public void setPersistenceDelegate(Class<?> type,
                                   PersistenceDelegate persistenceDelegate)
Sets the persistence delegate associated with this type to persistenceDelegate.

Parameters:
type - The class of objects that persistenceDelegate applies to.
persistenceDelegate - The persistence delegate for instances of type.
See Also:
getPersistenceDelegate(java.lang.Class), Introspector.getBeanInfo(java.lang.Class), BeanInfo.getBeanDescriptor()

remove

public Object remove(Object oldInstance)
Removes the entry for this instance, returning the old entry.

Parameters:
oldInstance - The entry that should be removed.
Returns:
The entry that was removed.
See Also:
get(java.lang.Object)

get

public Object get(Object oldInstance)
Returns a tentative value for oldInstance in the environment created by this stream. A persistence delegate can use its mutatesTo method to determine whether this value may be initialized to form the equivalent object at the output or whether a new object must be instantiated afresh. If the stream has not yet seen this value, null is returned.

Parameters:
oldInstance - The instance to be looked up.
Returns:
The object, null if the object has not been seen before.

writeStatement

public void writeStatement(Statement oldStm)
Writes statement oldStm to the stream. The oldStm should be written entirely in terms of the callers environment, i.e. the target and all arguments should be part of the object graph being written. These expressions represent a series of "what happened" expressions which tell the output stream how to produce an object graph like the original.

The implementation of this method will produce a second expression to represent the same expression in an environment that will exist when the stream is read. This is achieved simply by calling writeObject on the target and all the arguments and building a new expression with the results.

Parameters:
oldStm - The expression to be written to the stream.

writeExpression

public void writeExpression(Expression oldExp)
The implementation first checks to see if an expression with this value has already been written. If not, the expression is cloned, using the same procedure as writeStatement, and the value of this expression is reconciled with the value of the cloned expression by calling writeObject.

Parameters:
oldExp - The expression to be written to the stream.

Ces informations proviennent du site de http://java.sun.com

Remarques

Contenu

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 :

Quels sont les motivations de cette démarche?

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.

Réseaux sociaux

Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.

 

Nuage de mots clés

6 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.

 

Astuce pour imprimer les couleurs des cellules de tableaux : http://www.gaudry.be/ast-rf-450.html
Aucun commentaire pour cette page

© Ce document issu de l′infobrol est enregistré sous le certificat Cyber PrInterDeposit Digital Numbertection. Enregistrement IDDN n° 5329-1189
Document créé le 29/08/06 03:55, dernière modification le Vendredi 17 Juin 2011, 12:12
Source du document imprimé : http://www.gaudry.be/java-api-rf-java/beans/Encoder.html Document affiché 1 fois ce mois de Juin.
St.Gaudry©07.01.02
Outils (masquer)
||
Recherche (afficher)
Recherche :

Utilisateur (masquer)
Apparence (afficher)
Stats (afficher)
15832 documents
452 astuces.
549 niouzes.
3099 definitions.
447 membres.
8115 messages.

Document genere en :
0,68 seconde

Mises à jour :
Mises à jour du site
Citation (masquer)
La connerie, c'est la décontraction de l'intelligence!

Serge Gainsbourg
 
l'infobrol
Nous sommes le Vendredi 01 Juin 2012, 15:04, toutes les heures sont au format GMT+1.00 Heure, heure d'été (+1)