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(GatewayEngine 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 Gateway getGateway()
- Specified by:
getGateway
in interface GatewayEntry
- See Also:
GatewayEntry.getGateway()
getId
public String getId()
- Specified by:
getId
in interface GatewayEntry
- Returns:
- the id
- See Also:
GatewayEntry.getId()
getCustom
public Struct getCustom()
- Specified by:
getCustom
in interface GatewayEntry
- Returns:
- the custom
- See Also:
GatewayEntry.getCustom()
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface GatewayEntry
- Returns:
- the readOnly
- See Also:
GatewayEntry.isReadOnly()
getListenerCfcPath
public String getListenerCfcPath()
- Specified by:
getListenerCfcPath
in interface GatewayEntry
- Returns:
- the cfcPath
getCfcPath
public String getCfcPath()
- Specified by:
getCfcPath
in interface GatewayEntry
- See Also:
GatewayEntry.getCfcPath()
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
- See Also:
Object.equals(java.lang.Object)
Copyright © 2012 Railo