org.identityconnectors.framework.api
Class ConnectorKey

java.lang.Object
  extended by org.identityconnectors.framework.api.ConnectorKey

public final class ConnectorKey
extends Object

Uniquely identifies a connector within an installation. Consists of the triple (bundleName, bundleVersion, connectorName)


Constructor Summary
ConnectorKey(String bundleName, String bundleVersion, String connectorName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBundleName()
           
 String getBundleVersion()
           
 String getConnectorName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorKey

public ConnectorKey(String bundleName,
                    String bundleVersion,
                    String connectorName)
Method Detail

getBundleName

public String getBundleName()

getBundleVersion

public String getBundleVersion()

getConnectorName

public String getConnectorName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.