public class ContextFactoryMapper extends Object
Modifier | Constructor and Description |
---|---|
protected |
ContextFactoryMapper()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2018 JBoss by Red Hat. All rights reserved.