public class FactoryList extends Object
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 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 © 2013. All rights reserved.