final class DynamicClassLoaderMessage
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
bytes |
(package private) NodeID |
originatingNode |
(package private) NetChannelLocation |
requestLocation |
Constructor and Description |
---|
DynamicClassLoaderMessage(NodeID originator,
NetChannelLocation request,
byte[] classData) |
final NodeID originatingNode
final NetChannelLocation requestLocation
final byte[] bytes
DynamicClassLoaderMessage(NodeID originator, NetChannelLocation request, byte[] classData)