|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.admin.cache.DomainPathKey
This class defines a Domain Path key for the AdminDomainCache. Domain paths are distinguished by their Domain path and the Container the path is relative to.
Field Summary | |
private ObjectIdentifier |
containerOID
|
private String |
domainPath
|
private int |
hashcode
|
Constructor Summary | |
(package private) |
DomainPathKey()
No-arg constructor. |
(package private) |
DomainPathKey(ObjectIdentifier containerOID,
String domainPath)
Construct an instance with a specific Container OID and Domain path. |
Method Summary | |
boolean |
equals(Object rhs)
Returns true if a specified object matches this key. |
(package private) ObjectIdentifier |
getContainerOID()
Returns the Container OID associated with the key. |
(package private) String |
getDomainPath()
Returns the Domain path associated with the key. |
int |
hashCode()
Returns the hashcode of the key. |
(package private) void |
setContainerOID(ObjectIdentifier containerOID)
Sets the Container OID associated with the key. |
(package private) void |
setDomainPath(String domainPath)
Sets the Domain path associated with the key. |
private void |
setHashCode()
Sets the hashcode of the instance. |
String |
toString()
Returns a String rendering of the key. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private ObjectIdentifier containerOID
private String domainPath
private int hashcode
Constructor Detail |
DomainPathKey()
DomainPathKey(ObjectIdentifier containerOID, String domainPath)
containerOID
- The OID of the Container the specified domainPath
is relative to.domainPath
- The Domain path.Method Detail |
void setContainerOID(ObjectIdentifier containerOID)
containerOID
- The Container OIDObjectIdentifier getContainerOID()
void setDomainPath(String domainPath)
domainPath
- The Domain path.String getDomainPath()
public boolean equals(Object rhs)
rhs
- The object to match against this key.
public String toString()
public int hashCode()
private void setHashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |