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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.fudaa.dodico.objet.DObjet
      extended byorg.fudaa.dodico.objet.DTache
Direct Known Subclasses:
DService

public class DTache
extends DObjet

Classe implementant ITache.

Version:
$Revision: 1.3 $ $Date: 2001/09/11 14:29:53 $ by $Author: deniger $

Field Summary
private  CGestionnaireConnexion gestConnexions_
           
private  int instantCreation_
           
private  int instantUtilisation_
           
private  IPersonne responsable_
           
 
Fields inherited from class org.fudaa.dodico.objet.DObjet
tie_
 
Constructor Summary
DTache()
           
 
Method Summary
 IConnexion connexion(IPersonne p)
           
 IConnexion[] connexions()
           
 int creation()
           
 boolean deconnexion(IConnexion c)
           
 int derniereUtilisation()
           
 void derniereUtilisationMaintenant()
           
 java.lang.String description()
           
 CGestionnaireConnexion getGestionnaireConnexions()
           
protected  void log(IConnexion c, java.lang.String msg)
           
 IPersonne responsable()
           
 void responsable(IPersonne p)
           
 void setGestionnaireConnexions(CGestionnaireConnexion gc)
           
protected  boolean verifieConnexion(IConnexion c)
           
 
Methods inherited from class org.fudaa.dodico.objet.DObjet
clone, codeHachage, creeClone, dispose, egale, enChaine, initialise, interfacesCorba, moduleCorba, reconnecte, tie, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gestConnexions_

private CGestionnaireConnexion gestConnexions_

instantCreation_

private int instantCreation_

instantUtilisation_

private int instantUtilisation_

responsable_

private IPersonne responsable_
Constructor Detail

DTache

public DTache()
Method Detail

description

public java.lang.String description()

creation

public int creation()

derniereUtilisation

public int derniereUtilisation()

derniereUtilisationMaintenant

public final void derniereUtilisationMaintenant()

responsable

public IPersonne responsable()

responsable

public final void responsable(IPersonne p)

setGestionnaireConnexions

public void setGestionnaireConnexions(CGestionnaireConnexion gc)

getGestionnaireConnexions

public CGestionnaireConnexion getGestionnaireConnexions()

connexions

public IConnexion[] connexions()

connexion

public IConnexion connexion(IPersonne p)

deconnexion

public boolean deconnexion(IConnexion c)

verifieConnexion

protected final boolean verifieConnexion(IConnexion c)

log

protected final void log(IConnexion c,
                         java.lang.String msg)