Package | Description |
---|---|
org.jcsp.net.dynamic |
Supports dynamic operations over the JCSP.NET infrastructure.
|
Modifier and Type | Method and Description |
---|---|
JFTP.JarManifestReply |
ClassManager.checkForPendingClass(java.lang.String name)
Attempts to load the class from a remote node if it has previously been marked as pending.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassManager.classPending(java.lang.String name,
java.lang.ClassLoader clToUse,
JFTP.JarManifestReply jmr)
Marks a class as scheduled for later arrival.
|