|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.wsc11.RegistrarMapper
public class RegistrarMapper
The registrar mapper.
| Constructor Summary | |
|---|---|
protected |
RegistrarMapper()
Default constructor |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RegistrarMapper()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||