class ProtocolKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class |
factoryInterface
The class of the factory
|
protected java.lang.String |
identifier
name of module, can be null
|
Modifier | Constructor and Description |
---|---|
protected |
ProtocolKey(java.lang.Class factoryInterface,
java.lang.String identifier) |
Modifier and Type | Method and Description |
---|---|
(package private) static ProtocolKey |
create(java.lang.String className,
java.lang.String identifier) |
boolean |
equals(java.lang.Object other) |
protected java.lang.Class |
getFactoryInterface() |
protected java.lang.String |
getIdentifier() |
int |
hashCode() |
java.lang.String |
toString() |
protected java.lang.Class factoryInterface
protected java.lang.String identifier
protected ProtocolKey(java.lang.Class factoryInterface, java.lang.String identifier)
static ProtocolKey create(java.lang.String className, java.lang.String identifier) throws StandardException
StandardException
protected java.lang.Class getFactoryInterface()
protected java.lang.String getIdentifier()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.