org.jppf.server.job
Class ChannelBundlePair
java.lang.Object
org.jppf.utils.Pair<ChannelWrapper<?>,BundleWrapper>
org.jppf.server.job.ChannelBundlePair
- All Implemented Interfaces:
- Serializable
public class ChannelBundlePair
- extends Pair<ChannelWrapper<?>,BundleWrapper>
Instances of this class associate a node channel with a job that is being executed on the corresponding node.
- Author:
- Laurent Cohen
- See Also:
- Serialized Form
|
Method Summary |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
ChannelBundlePair
public ChannelBundlePair(ChannelWrapper<?> first,
BundleWrapper second)
- Initialize this object with the specified parameters.
- Parameters:
first - - the first object of this pair.second - - the second object of this pair.
equals
public boolean equals(Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals in class Pair<ChannelWrapper<?>,BundleWrapper>
- Parameters:
obj - - the reference object with which to compare.
- Returns:
true if this object is the same as the obj.- See Also:
Object.equals(java.lang.Object)
Copyright © 2005-2010 JPPF Team.