org.jppf.server
Class ChannelContext
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
ChannelContext
public ChannelContext()
Copyright © 2005-2010 JPPF Team.