|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.wsc.RegistrarMapper
The registrar mapper.
Constructor Summary | |
protected |
RegistrarMapper()
Default constructor |
Method Summary | |
void |
addRegistrar(java.lang.String protocolIdentifier,
Registrar registrar)
Add a registrar for the specified protocol identifier. |
static RegistrarMapper |
getFactory()
Get the registrar mapper singleton. |
Registrar |
getRegistrar(java.lang.String protocolIdentifier)
Get the registrar for the specified protocol identifier. |
void |
removeRegistrar(java.lang.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(java.lang.String protocolIdentifier, Registrar registrar)
protocolIdentifier
- The protocol identifier.registrar
- The registrar.public Registrar getRegistrar(java.lang.String protocolIdentifier)
protocolIdentifier
- The protocol identifier.
public void removeRegistrar(java.lang.String protocolIdentifier)
protocolIdentifier
- The protocol identifier.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |