Uses of Class
com.sun.jini.mahalo.Job

Packages that use Job
Package
Description
Provides implementations of the TransactionManager service.
  • Uses of Job in com.sun.jini.mahalo

    Subclasses of Job in com.sun.jini.mahalo
    Modifier and Type
    Class
    Description
    class 
    An implementation of a com.sun.jini.mahalo.Job which interacts with a set of net.jini.core.transaction.server.TransactionParticipants to inform them to roll back changes associated with a given net.jini.core.transaction.Transaction.
    class 
    An implementation of a Job which interacts with a set of TransactionParticipants to inform them to roll forward changes associated with a given Transaction.
    class 
    An implementation of a Job which interacts with a set of TransactionParticipants to inform them to vote and roll forward/back changes associated with a given Transaction.
    class 
    An implementation of a com.sun.jini.mahalo.Job which interacts with a set of net.jini.core.transaction.server.TransactionParticipants to inform them to vote.
    Constructors in com.sun.jini.mahalo with parameters of type Job
    Modifier
    Constructor
    Description
     
    ParticipantTask(TaskManager manager, WakeupManager wm, Job myjob, com.sun.jini.mahalo.ParticipantHandle handle)
    Constructs a ParticipantTask.