net.grinder.messages.console
Class WorkerAddress

java.lang.Object
  extended by net.grinder.common.processidentity.ProcessAddress<WorkerIdentity>
      extended by net.grinder.messages.console.WorkerAddress
All Implemented Interfaces:
Serializable, Address

public final class WorkerAddress
extends ProcessAddress<WorkerIdentity>

Worker process address.

Author:
Philip Aston
See Also:
Serialized Form

Constructor Summary
WorkerAddress(WorkerIdentity processIdentity)
          Constructor.
 
Method Summary
 
Methods inherited from class net.grinder.common.processidentity.ProcessAddress
equals, getIdentity, hashCode, includes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkerAddress

public WorkerAddress(WorkerIdentity processIdentity)
Constructor.

Parameters:
processIdentity - Worker process identity.


Copyright © 2000-2013. All Rights Reserved.