org.jppf.server
Class ChannelContext

java.lang.Object
  extended by org.jppf.server.ChannelContext

public class ChannelContext
extends Object

Class that represents a context to a channel.

Author:
Domingos Creado

Field Summary
 Object content
          the "memory" of the DFA.
 ChannelState state
          what will be executed when the channel is selected.
 String uuid
          the uuid of the application, it does not make sense for channels to nodes.
 
Constructor Summary
ChannelContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

public ChannelState state
what will be executed when the channel is selected.


content

public Object content
the "memory" of the DFA.


uuid

public String uuid
the uuid of the application, it does not make sense for channels to nodes.

Constructor Detail

ChannelContext

public ChannelContext()


Copyright © 2005-2010 JPPF Team.