Class ProtocolKey
java.lang.Object
org.apache.derby.impl.services.monitor.ProtocolKey
A class that represents a key for a module search.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProtocolKey
(Class<?> factoryInterface, String identifier) -
Method Summary
Modifier and TypeMethodDescription(package private) static ProtocolKey
boolean
protected Class
<?> protected String
int
hashCode()
toString()
-
Field Details
-
factoryInterface
The class of the factory -
identifier
name of module, can be null
-
-
Constructor Details
-
ProtocolKey
-
-
Method Details