public class MediatorFactory extends Object
Constructor and Description |
---|
MediatorFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
clear(String sessionId) |
static <E extends AbstractMediator> |
getMediator(Class<E> clazz,
String sessionId) |
static <E extends AbstractMediator> |
newInstance(Class<E> type)
create a new mediator instance
|
public MediatorFactory()
public static <E extends AbstractMediator> E getMediator(Class<E> clazz, String sessionId)
public static <E extends AbstractMediator> E newInstance(Class<E> type)
type
- the processor type