coldfusion.server
Interface RegistryService

All Superinterfaces:
Service

public interface RegistryService
extends Service


Field Summary
 
Fields inherited from interface coldfusion.server.Service
STARTED, STARTING, STOOPED, STOPPING, UNINITALIZED
 
Method Summary
 void clearDirtyBit()
           
 Map dump()
           
 void flush()
           
 Object get(String arg0, String arg1, String arg2)
           
 Map getAll(String arg0, String arg1)
           
 boolean isCrossPlatform()
           
 void set(String arg0, String arg1, String arg2, String arg3)
           
 
Methods inherited from interface coldfusion.server.Service
getMetaData, getProperty, getResourceBundle, getStatus, restart, setProperty, start, stop
 

Method Detail

set

void set(String arg0,
         String arg1,
         String arg2,
         String arg3)

getAll

Map getAll(String arg0,
           String arg1)

get

Object get(String arg0,
           String arg1,
           String arg2)

flush

void flush()

clearDirtyBit

void clearDirtyBit()

dump

Map dump()

isCrossPlatform

boolean isCrossPlatform()


Copyright © 2012 Railo