railo.runtime.gateway
Class GatewayEntryImpl
java.lang.Object
railo.runtime.gateway.GatewayEntryImpl
- All Implemented Interfaces:
- GatewayEntry
public class GatewayEntryImpl
- extends Object
- implements GatewayEntry
GatewayEntryImpl
public GatewayEntryImpl(GatewayEnginePro engine,
String id,
String className,
String cfcPath,
String listenerCfcPath,
String startupMode,
Struct custom,
boolean readOnly)
createGateway
public void createGateway(Config config)
throws ClassException,
PageException
- Specified by:
createGateway
in interface GatewayEntry
- Throws:
ClassException
PageException
getGateway
public GatewayPro getGateway()
- Specified by:
getGateway
in interface GatewayEntry
getId
public String getId()
- Specified by:
getId
in interface GatewayEntry
- Returns:
- the id
getCustom
public Struct getCustom()
- Specified by:
getCustom
in interface GatewayEntry
- Returns:
- the custom
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface GatewayEntry
- Returns:
- the readOnly
getListenerCfcPath
public String getListenerCfcPath()
- Specified by:
getListenerCfcPath
in interface GatewayEntry
- Returns:
- the cfcPath
getCfcPath
public String getCfcPath()
- Specified by:
getCfcPath
in interface GatewayEntry
getClassName
public String getClassName()
- Specified by:
getClassName
in interface GatewayEntry
- Returns:
- the className
getStartupMode
public int getStartupMode()
- Specified by:
getStartupMode
in interface GatewayEntry
- Returns:
- the startupMode
toStartup
public static String toStartup(int mode,
String defautValue)
toStartup
public static int toStartup(String strMode,
int defaultValue)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2012 Railo