Uses of Class
org.jppf.server.nio.nodeserver.AbstractNodeMessage

Packages that use AbstractNodeMessage
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
 

Uses of AbstractNodeMessage in org.jppf.server.nio.nodeserver
 

Subclasses of AbstractNodeMessage in org.jppf.server.nio.nodeserver
 class LocalNodeMessage
          Node message implementation for an in-VM node.
 class RemoteNodeMessage
          Representation of a message sent or received by a remote node.
 

Fields in org.jppf.server.nio.nodeserver declared as AbstractNodeMessage
protected  AbstractNodeMessage AbstractNodeContext.nodeMessage
          The message wrapping the data sent or received over the socket channel.
 

Methods in org.jppf.server.nio.nodeserver that return AbstractNodeMessage
 AbstractNodeMessage AbstractNodeContext.getNodeMessage()
          Get the message wrapping the data sent or received over the socket channel.
 AbstractNodeMessage RemoteNodeContext.newMessage()
          Create a new message.
 AbstractNodeMessage LocalNodeContext.newMessage()
          Create a new message.
abstract  AbstractNodeMessage AbstractNodeContext.newMessage()
          Create a new message.
 

Methods in org.jppf.server.nio.nodeserver with parameters of type AbstractNodeMessage
 void LocalNodeContext.setNodeMessage(AbstractNodeMessage nodeMessage, ChannelWrapper<?> channel)
          Set the message wrapping the data sent or received over the socket channel.
 void AbstractNodeContext.setNodeMessage(AbstractNodeMessage nodeMessage, ChannelWrapper<?> channel)
          Set the message wrapping the data sent or received over the socket channel.
 



Copyright © 2005-2010 JPPF Team.