com.sun.grizzly.http.deployer
Class DeploymentID

java.lang.Object
  extended by com.sun.grizzly.http.deployer.DeploymentID

public class DeploymentID
extends Object

Deployment identification.

Since:
Sep 22, 2009
Author:
Hubert Iwaniuk

Constructor Summary
DeploymentID(Integer id)
          Constuctor with deployment id.
 
Method Summary
 boolean equals(Object o)
          
 Integer getId()
          Deployment id.
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentID

public DeploymentID(Integer id)
Constuctor with deployment id.

Parameters:
id - Deployment id.
Method Detail

getId

public Integer getId()
Deployment id.

Returns:
Deployment id.

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.