|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.wsc11.ContextFactoryMapper
public class ContextFactoryMapper
The context factory mapper.
| Constructor Summary | |
|---|---|
protected |
ContextFactoryMapper()
Default constructor |
| Method Summary | |
|---|---|
void |
addContextFactory(String coordinationTypeURI,
ContextFactory contextFactory)
Add a context factory for the specified coordination type. |
ContextFactory |
getContextFactory(String coordinationTypeURI)
Get the context factory for the specified coordination type. |
static ContextFactoryMapper |
getMapper()
Get the context factory mapper singleton. |
void |
removeContextFactory(String coordinationTypeURI)
Remove the context factory for the specified coordination type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ContextFactoryMapper()
| Method Detail |
|---|
public static ContextFactoryMapper getMapper()
public void addContextFactory(String coordinationTypeURI,
ContextFactory contextFactory)
coordinationTypeURI - The coordination type.contextFactory - The context factory.public ContextFactory getContextFactory(String coordinationTypeURI)
coordinationTypeURI - The coordination type.
public void removeContextFactory(String coordinationTypeURI)
coordinationTypeURI - The coordination type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||