com.ibm.websphere.management.configservice
Class ConfigDataId

java.lang.Object
  |
  +--com.ibm.websphere.management.configservice.ConfigDataId
All Implemented Interfaces:
java.io.Serializable

public class ConfigDataId
extends java.lang.Object
implements java.io.Serializable

Defines the data structure that uniquely identifies any config data in the repository. End user should never need to construct this class directly or call any method on this class except equals and toString.

See Also:
Serialized Form

Constructor Summary
ConfigDataId(java.lang.String id)
           
ConfigDataId(java.lang.String contextUri, java.lang.String href)
           
 
Method Summary
static ConfigDataId createLocalId()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContextUri()
           
 java.lang.String getHref()
           
 boolean isLocal()
           
 boolean isResolved()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigDataId

public ConfigDataId(java.lang.String contextUri,
                    java.lang.String href)

ConfigDataId

public ConfigDataId(java.lang.String id)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

isLocal

public boolean isLocal()

isResolved

public boolean isResolved()

getContextUri

public java.lang.String getContextUri()

getHref

public java.lang.String getHref()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

createLocalId

public static ConfigDataId createLocalId()


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.