net.sourceforge.fixagora.basis.shared.model.communication
Class UniqueNameRequest

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractRequest
      extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisRequest
          extended by net.sourceforge.fixagora.basis.shared.model.communication.UniqueNameRequest
All Implemented Interfaces:
java.io.Serializable

public class UniqueNameRequest
extends AbstractBasisRequest

The Class UniqueNameRequest.

See Also:
Serialized Form

Constructor Summary
UniqueNameRequest(java.lang.String name, long id, long requestID)
          Instantiates a new unique name request.
 
Method Summary
 long getId()
          Gets the id.
 java.lang.String getName()
          Gets the name.
 void handleAbstractFBasisRequest(BasisRequests basisRequests, org.jboss.netty.channel.Channel channel)
          Handle abstract f basis request.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisRequest
handleAbstractRequest
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractRequest
getRequestID, getTimestamp, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueNameRequest

public UniqueNameRequest(java.lang.String name,
                         long id,
                         long requestID)
Instantiates a new unique name request.

Parameters:
name - the name
id - the id
requestID - the request id
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getId

public long getId()
Gets the id.

Returns:
the id

handleAbstractFBasisRequest

public void handleAbstractFBasisRequest(BasisRequests basisRequests,
                                        org.jboss.netty.channel.Channel channel)
Description copied from class: AbstractBasisRequest
Handle abstract f basis request.

Specified by:
handleAbstractFBasisRequest in class AbstractBasisRequest
Parameters:
basisRequests - the f basis requests
channel - the channel