public class RegistrarMapper extends Object
Modifier | Constructor and Description |
---|---|
protected |
RegistrarMapper()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addRegistrar(String protocolIdentifier,
Registrar registrar)
Add a registrar for the specified protocol identifier.
|
static RegistrarMapper |
getFactory()
Get the registrar mapper singleton.
|
Registrar |
getRegistrar(String protocolIdentifier)
Get the registrar for the specified protocol identifier.
|
void |
removeRegistrar(String protocolIdentifier)
Remove the registrar for the specified protocol identifier.
|
public static RegistrarMapper getFactory()
public void addRegistrar(String protocolIdentifier, Registrar registrar)
protocolIdentifier
- The protocol identifier.registrar
- The registrar.public Registrar getRegistrar(String protocolIdentifier)
protocolIdentifier
- The protocol identifier.public void removeRegistrar(String protocolIdentifier)
protocolIdentifier
- The protocol identifier.Copyright © 2017 JBoss by Red Hat. All rights reserved.