railo.runtime.config
Interface RemoteClient

All Superinterfaces:
Serializable
All Known Implementing Classes:
RemoteClientImpl

public interface RemoteClient
extends Serializable


Method Summary
 String getAdminPassword()
           
 String getAdminPasswordEncrypted()
           
 String getId(Config config)
           
 String getLabel()
           
 ProxyData getProxyData()
           
 String getSecurityKey()
           
 String getServerPassword()
           
 String getServerUsername()
           
 String getType()
           
 String getUrl()
           
 String getUsage()
           
 boolean hasUsage(String usage)
           
 

Method Detail

getUrl

String getUrl()
Returns:
the url

getServerUsername

String getServerUsername()
Returns:
the serverUsername

getServerPassword

String getServerPassword()
Returns:
the serverPassword

getProxyData

ProxyData getProxyData()
Returns:
the proxyData

getType

String getType()
Returns:
the type

getAdminPassword

String getAdminPassword()
Returns:
the adminPassword

getSecurityKey

String getSecurityKey()
Returns:
the securityKey

getAdminPasswordEncrypted

String getAdminPasswordEncrypted()

getLabel

String getLabel()

getUsage

String getUsage()

hasUsage

boolean hasUsage(String usage)

getId

String getId(Config config)


Copyright © 2012 Railo