org.eclipse.higgins.idas.registry.contextid
Class XRDSContextId

java.lang.Object
  extended byorg.eclipse.higgins.idas.registry.contextid.XRDSContextId
All Implemented Interfaces:
org.eclipse.higgins.idas.api.IContextId

public class XRDSContextId
extends Object
implements org.eclipse.higgins.idas.api.IContextId


Constructor Summary
XRDSContextId(IDiscovery discovery)
           
 
Method Summary
 boolean equals(Object object)
           
 Map getConfiguration()
           
 String[] getTypes()
           
 URI[] getUris()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRDSContextId

public XRDSContextId(IDiscovery discovery)
Method Detail

getTypes

public String[] getTypes()
                  throws org.eclipse.higgins.idas.api.IdASException
Specified by:
getTypes in interface org.eclipse.higgins.idas.api.IContextId
Throws:
org.eclipse.higgins.idas.api.IdASException

getUris

public URI[] getUris()
              throws org.eclipse.higgins.idas.api.IdASException
Specified by:
getUris in interface org.eclipse.higgins.idas.api.IContextId
Throws:
org.eclipse.higgins.idas.api.IdASException

getConfiguration

public Map getConfiguration()
                     throws org.eclipse.higgins.idas.api.IdASException
Specified by:
getConfiguration in interface org.eclipse.higgins.idas.api.IContextId
Throws:
org.eclipse.higgins.idas.api.IdASException

toString

public String toString()

hashCode

public int hashCode()

equals

public boolean equals(Object object)