|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.wsc.ContextFactoryMapper
The context factory mapper.
Constructor Summary | |
protected |
ContextFactoryMapper()
Default constructor |
Method Summary | |
void |
addContextFactory(java.lang.String coordinationTypeURI,
ContextFactory contextFactory)
Add a context factory for the specified coordination type. |
ContextFactory |
getContextFactory(java.lang.String coordinationTypeURI)
Get the context factory for the specified coordination type. |
ContextFactory |
getDefaultContextFactory()
Get the default coordination factory. |
static ContextFactoryMapper |
getFactory()
Get the context factory mapper singleton. |
ContextFactoryMapper |
getSubordinateContextFactoryMapper()
Get the subordinate coordination factory mapper. |
void |
removeContextFactory(java.lang.String coordinationTypeURI)
Remove the context factory for the specified coordination type. |
void |
setDefaultContextFactory(ContextFactory defaultContextFactory)
Set the default coordination factory. |
void |
setSubordinateContextFactoryMapper(ContextFactoryMapper subordinateContextFactoryMapper)
Set a subordinate coordination factory mapper. |
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 getFactory()
public void addContextFactory(java.lang.String coordinationTypeURI, ContextFactory contextFactory)
coordinationTypeURI
- The coordination type.contextFactory
- The context factory.public ContextFactory getContextFactory(java.lang.String coordinationTypeURI)
coordinationTypeURI
- The coordination type.
public void removeContextFactory(java.lang.String coordinationTypeURI)
coordinationTypeURI
- The coordination type.public ContextFactoryMapper getSubordinateContextFactoryMapper()
public void setSubordinateContextFactoryMapper(ContextFactoryMapper subordinateContextFactoryMapper)
subordinateContextFactoryMapper
- The subordinate coordination factory mapper.public ContextFactory getDefaultContextFactory()
public void setDefaultContextFactory(ContextFactory defaultContextFactory)
defaultContextFactory
- The default coordination factory.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |