public class GatewayEntryImpl extends Object implements GatewayEntry
STARTUP_MODE_AUTOMATIC, STARTUP_MODE_DISABLED, STARTUP_MODE_MANUAL
Constructor and Description |
---|
GatewayEntryImpl(GatewayEnginePro engine,
String id,
String className,
String cfcPath,
String listenerCfcPath,
String startupMode,
Struct custom,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
void |
createGateway(Config config) |
boolean |
equals(Object obj) |
String |
getCfcPath() |
String |
getClassName() |
Struct |
getCustom() |
GatewayPro |
getGateway() |
String |
getId() |
String |
getListenerCfcPath() |
int |
getStartupMode() |
boolean |
isReadOnly() |
static String |
toStartup(int mode,
String defautValue) |
static int |
toStartup(String strMode,
int defaultValue) |
public GatewayEntryImpl(GatewayEnginePro engine, String id, String className, String cfcPath, String listenerCfcPath, String startupMode, Struct custom, boolean readOnly)
public void createGateway(Config config) throws ClassException, PageException
createGateway
in interface GatewayEntry
ClassException
PageException
public GatewayPro getGateway()
getGateway
in interface GatewayEntry
public String getId()
getId
in interface GatewayEntry
public Struct getCustom()
getCustom
in interface GatewayEntry
public boolean isReadOnly()
isReadOnly
in interface GatewayEntry
public String getListenerCfcPath()
getListenerCfcPath
in interface GatewayEntry
public String getCfcPath()
getCfcPath
in interface GatewayEntry
public String getClassName()
getClassName
in interface GatewayEntry
public int getStartupMode()
getStartupMode
in interface GatewayEntry
Copyright © 2015 Lucee