Class DynamicClassLoaderMessage
java.lang.Object
org.jcsp.net2.mobile.DynamicClassLoaderMessage
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final byte[](package private) final NodeID(package private) final NetChannelLocation -
Constructor Summary
ConstructorsConstructorDescriptionDynamicClassLoaderMessage(NodeID originator, NetChannelLocation request, byte[] classData) -
Method Summary
-
Field Details
-
originatingNode
-
requestLocation
-
bytes
final byte[] bytes
-
-
Constructor Details
-
DynamicClassLoaderMessage
DynamicClassLoaderMessage(NodeID originator, NetChannelLocation request, byte[] classData)
-