com.bea.wsrp.consumer.management.common
Class ProxyResourceId

java.lang.Object
  extended by com.bea.wsrp.consumer.management.common.ProxyResourceId
All Implemented Interfaces
Serializable

public class ProxyResourceId
extends Object
implements Serializable

Represents a system generated resource identifier for a proxy resource. It is unique for every use of the proxy resource.

See Also
Serialized Form

Method Summary
static ProxyResourceId createProxyResourceId(int id)
           
 boolean equals(Object o)
           
 int getId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public int getId()

createProxyResourceId

public static ProxyResourceId createProxyResourceId(int id)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011, Oracle. All rights reserved.