Class ProtocolKey

java.lang.Object
org.apache.derby.impl.services.monitor.ProtocolKey

class ProtocolKey extends Object
A class that represents a key for a module search.
  • Field Details

    • factoryInterface

      protected Class<?> factoryInterface
      The class of the factory
    • identifier

      protected String identifier
      name of module, can be null
  • Constructor Details

    • ProtocolKey

      protected ProtocolKey(Class<?> factoryInterface, String identifier)
  • Method Details