Class RegistrarMapper

java.lang.Object
com.arjuna.wsc11.RegistrarMapper

public class RegistrarMapper extends Object
The registrar mapper.
Author:
kevin
  • Constructor Details

    • RegistrarMapper

      protected RegistrarMapper()
      Default constructor
  • Method Details

    • getFactory

      public static RegistrarMapper getFactory()
      Get the registrar mapper singleton.
      Returns:
      The registrar mapper singleton.
    • addRegistrar

      public void addRegistrar(String protocolIdentifier, Registrar registrar)
      Add a registrar for the specified protocol identifier.
      Parameters:
      protocolIdentifier - The protocol identifier.
      registrar - The registrar.
    • getRegistrar

      public Registrar getRegistrar(String protocolIdentifier)
      Get the registrar for the specified protocol identifier.
      Parameters:
      protocolIdentifier - The protocol identifier.
      Returns:
      The registrar.
    • removeRegistrar

      public void removeRegistrar(String protocolIdentifier)
      Remove the registrar for the specified protocol identifier.
      Parameters:
      protocolIdentifier - The protocol identifier.