Serialized Form


Package com.nukernel.jdcf

Class com.nukernel.jdcf.AbstractProgram implements Serializable

Serialized Fields

cluster

Cluster cluster

Class com.nukernel.jdcf.AbstractRemoteThread implements Serializable

Serialized Fields

cluster

Cluster cluster

Class com.nukernel.jdcf.CommunicatorImpl implements Serializable

Serialized Fields

cluster

Cluster cluster

id

long id

table

java.util.Hashtable table

Class com.nukernel.jdcf.Job implements Serializable

Serialized Fields

allocatedNodes

java.util.Vector allocatedNodes
Nodes on which the computation is actually running.

args

java.lang.String[] args
Arguments given to the job by the front end.

description

java.lang.String description
A user-supplied text description of what the job is doing.

js

net.jini.space.JavaSpace js
A Jini service similar to a tuple-space in Linda that is stores objects and is also used for coordination.

label

java.lang.String label
A front-end generated, globally unique identifier by which one may refer to the job.

prog

Program prog
An object containing the code to be run in the computation.

requestedNodes

java.util.Vector requestedNodes
Nodes on which the job submitter requested the job be run.

result

java.lang.Object result

space

java.lang.String space
The name of the JavaSpace which the job should use.

status

java.lang.Integer status
The current state (running, etc.) of the job.

Class com.nukernel.jdcf.JobException implements Serializable

Class com.nukernel.jdcf.NodeException implements Serializable

Class com.nukernel.jdcf.NodeImpl implements Serializable

Serialized Fields

addr

java.net.InetAddress addr

cluster

java.lang.String cluster

id

net.jini.core.lookup.ServiceID id

idfile

java.io.File idfile

jm

net.jini.lookup.JoinManager jm

jobtmpl

Job jobtmpl

js

net.jini.space.JavaSpace js

ld

net.jini.discovery.LookupDiscovery ld

lrm

net.jini.lease.LeaseRenewalManager lrm

ne

NodeException ne

spacename

java.lang.String spacename

txnmgr

net.jini.core.transaction.server.TransactionManager txnmgr

txnmgrname

java.lang.String txnmgrname

Class com.nukernel.jdcf.SpaceNotFoundException implements Serializable

Class com.nukernel.jdcf.SubmissionFailedException implements Serializable


Java Distributed
Computational
Framework v0.1

Copyright © 2000 Sidney Cammeresi. All rights reserved.