|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.RepositoryConnectorFactory.PoolKey
public static class RepositoryConnectorFactory.PoolKey
This is an immutable pool key class, which describes a pool in terms of two independent keys.
| Field Summary | |
|---|---|
protected java.lang.String |
className
|
protected ConfigParams |
configInfo
|
| Constructor Summary | |
|---|---|
RepositoryConnectorFactory.PoolKey(java.lang.String className,
ConfigParams configInfo)
|
|
RepositoryConnectorFactory.PoolKey(java.lang.String className,
java.util.Map configInfo)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Equals operator. |
java.lang.String |
getClassName()
Get the class name. |
ConfigParams |
getParams()
Get the config info. |
int |
hashCode()
Hash code. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String className
protected ConfigParams configInfo
| Constructor Detail |
|---|
public RepositoryConnectorFactory.PoolKey(java.lang.String className,
java.util.Map configInfo)
public RepositoryConnectorFactory.PoolKey(java.lang.String className,
ConfigParams configInfo)
| Method Detail |
|---|
public java.lang.String getClassName()
public ConfigParams getParams()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||