Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.dodico.objet
Class DObjet  view DObjet download DObjet.java

java.lang.Object
  extended byorg.fudaa.dodico.objet.DObjet
Direct Known Subclasses:
DConnexion, DOrganisme, DPersonne, DTache, DTransfertFichierASCII

public abstract class DObjet
extends java.lang.Object

Classe déléguée pour l'interface IObjet

Version:
$Revision: 1.15 $ $Date: 2002/11/19 14:57:35 $ by $Author: deniger $

Field Summary
private  java.lang.String nameIObject_
           
protected  IObjet tie_
          Description of the Field.
 
Constructor Summary
protected DObjet()
          Constructor for the DObjet object.
 
Method Summary
 java.lang.Object clone()
          Description of the Method
 int codeHachage()
          Retourne un entier interessant pour les tables de hachages.
 IObjet creeClone()
          Renvoie un clone de l'objet par une duplication au premier niveau.
 void dispose()
          Destructeur
 boolean egale(IObjet _o)
          Permet de comparer cet objet a un autre.
 java.lang.String enChaine()
          Retourne une representation d'un objet sous forme de chaine.
 void initialise(IObjet _o)
          Initialise un objet a partir d'un autre objet.
 java.lang.String[] interfacesCorba()
          Renvoie la liste des interfaces Corba sous la forme d'un tableau de chaines.
 java.lang.String moduleCorba()
          Renvoie le module Corba sous la forme d'une chaine.
 void reconnecte(java.lang.String _name)
           
 IObjet tie()
           
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tie_

protected transient IObjet tie_
Description of the Field.


nameIObject_

private java.lang.String nameIObject_
Constructor Detail

DObjet

protected DObjet()
Constructor for the DObjet object.

Method Detail

dispose

public void dispose()
Destructeur


tie

public final IObjet tie()

initialise

public void initialise(IObjet _o)
Initialise un objet a partir d'un autre objet. Le parametre doit etre de meme interface ou d'une interface derivee.


moduleCorba

public java.lang.String moduleCorba()
Renvoie le module Corba sous la forme d'une chaine. Comme par exemple "::objet"


interfacesCorba

public java.lang.String[] interfacesCorba()
Renvoie la liste des interfaces Corba sous la forme d'un tableau de chaines. Comme par exemple { "::objet::IObjet" }


creeClone

public IObjet creeClone()
Renvoie un clone de l'objet par une duplication au premier niveau.

Since:
20/03/01

clone

public java.lang.Object clone()
Description of the Method


egale

public final boolean egale(IObjet _o)
Permet de comparer cet objet a un autre. Accede a la methode equals() de Object.


codeHachage

public final int codeHachage()
Retourne un entier interessant pour les tables de hachages. Accede a la methode hashCode() de Object.


enChaine

public final java.lang.String enChaine()
Retourne une representation d'un objet sous forme de chaine.


toString

public java.lang.String toString()
Description of the Method


reconnecte

public void reconnecte(java.lang.String _name)