|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgudusoft.gsqlparser.pp.mediator.MediatorFactory
public class MediatorFactory
| Constructor Summary | |
|---|---|
MediatorFactory()
|
|
| Method Summary | ||
|---|---|---|
static void |
clear(java.lang.String sessionId)
|
|
static
|
getMediator(java.lang.Class<E> clazz,
java.lang.String sessionId)
|
|
static
|
newInstance(java.lang.Class<E> type)
create a new mediator instance |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediatorFactory()
| Method Detail |
|---|
public static <E extends AbstractMediator> E getMediator(java.lang.Class<E> clazz,
java.lang.String sessionId)
public static <E extends AbstractMediator> E newInstance(java.lang.Class<E> type)
type - the processor type
public static void clear(java.lang.String sessionId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||