railo.runtime.gateway
Interface GatewayEntry

All Known Implementing Classes:
GatewayEntryImpl

public interface GatewayEntry


Field Summary
static int STARTUP_MODE_AUTOMATIC
           
static int STARTUP_MODE_DISABLED
           
static int STARTUP_MODE_MANUAL
           
 
Method Summary
 void createGateway(Config config)
           
 String getCfcPath()
           
 String getClassName()
           
 Struct getCustom()
           
 Gateway getGateway()
           
 String getId()
           
 String getListenerCfcPath()
           
 int getStartupMode()
           
 boolean isReadOnly()
           
 

Field Detail

STARTUP_MODE_AUTOMATIC

static final int STARTUP_MODE_AUTOMATIC
See Also:
Constant Field Values

STARTUP_MODE_MANUAL

static final int STARTUP_MODE_MANUAL
See Also:
Constant Field Values

STARTUP_MODE_DISABLED

static final int STARTUP_MODE_DISABLED
See Also:
Constant Field Values
Method Detail

createGateway

void createGateway(Config config)
                   throws ClassException,
                          PageException
Throws:
ClassException
PageException

getGateway

Gateway getGateway()

getId

String getId()
Returns:
the id

getCustom

Struct getCustom()
Returns:
the custom

isReadOnly

boolean isReadOnly()
Returns:
the readOnly

getListenerCfcPath

String getListenerCfcPath()
Returns:
the cfcPath

getCfcPath

String getCfcPath()

getStartupMode

int getStartupMode()
Returns:
the startupMode

getClassName

String getClassName()


Copyright © 2012 Railo