public class FactoryList extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ID |
Constructor and Description |
---|
FactoryList() |
Modifier and Type | Method and Description |
---|---|
static void |
add(FactoryCreator create,
int formatID) |
static boolean |
addDefault(FactoryCreator create,
int formatID)
Only allow a default to be added once!
|
protected static com.arjuna.ats.internal.jts.interposition.FactoryElement |
find(int formatID) |
static Control |
recreate(PropagationContext ctx,
int formatID) |
static ControlImple |
recreateLocal(PropagationContext ctx,
int formatID) |
static void |
remove(int formatID) |
static boolean |
removeDefault() |
public static final int DEFAULT_ID
public static ControlImple recreateLocal(PropagationContext ctx, int formatID) throws SystemException
SystemException
public static Control recreate(PropagationContext ctx, int formatID) throws SystemException
SystemException
public static void add(FactoryCreator create, int formatID)
public static void remove(int formatID)
public static boolean addDefault(FactoryCreator create, int formatID)
public static boolean removeDefault()
protected static com.arjuna.ats.internal.jts.interposition.FactoryElement find(int formatID)
Copyright © 2021 JBoss by Red Hat. All rights reserved.