gov.virginia.dcjs.client.util
Class BroadcastRequest

java.lang.Object
  extended bygov.virginia.dcjs.client.util.RequestHeader
      extended bygov.virginia.dcjs.client.util.BroadcastRequest
All Implemented Interfaces:
Request, java.io.Serializable

public class BroadcastRequest
extends RequestHeader
implements java.io.Serializable

This class encapsulates the request to receive application * broadcasts an IpClient makes of a * TCPBroadcastServer. * The client creates and populates the object and sends it to the * broadcast server to establish the connection.

See Also:
Serialized Form

Constructor Summary
BroadcastRequest(java.lang.String name)
          Prepare a Broadcast request with the specified client information.
 
Method Summary
 java.lang.String getClientName()
          Obtain the name of client making the request.
 
Methods inherited from class gov.virginia.dcjs.client.util.RequestHeader
getClient, getItem, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadcastRequest

public BroadcastRequest(java.lang.String name)
Prepare a Broadcast request with the specified client information. * custom parameters may be specified via addParameter. * @param name The application specific name for this client.

Method Detail

getClientName

public java.lang.String getClientName()
Obtain the name of client making the request. * @return Client name making the request.