Uses of Interface
railo.runtime.type.scope.Cluster

Packages that use Cluster
railo.runtime   
railo.runtime.config   
railo.runtime.type.scope   
 

Uses of Cluster in railo.runtime
 

Methods in railo.runtime that return Cluster
 Cluster PageContextImpl.clusterScope()
           
abstract  Cluster PageContext.clusterScope()
           
 Cluster PageContextImpl.clusterScope(boolean create)
           
abstract  Cluster PageContext.clusterScope(boolean create)
          cluster scope
 

Uses of Cluster in railo.runtime.config
 

Methods in railo.runtime.config that return Cluster
 Cluster ConfigServerImpl.createClusterScope()
           
abstract  Cluster ConfigImpl.createClusterScope()
           
 Cluster ConfigWebImpl.createClusterScope()
           
 

Uses of Cluster in railo.runtime.type.scope
 

Classes in railo.runtime.type.scope that implement Cluster
 class ClusterNotSupported
          d
 class ClusterWrap
           
 

Methods in railo.runtime.type.scope that return Cluster
static Cluster ScopeContext.getClusterScope(Config config, boolean create)
          Returns the current Cluster Scope, if there is no current Cluster Scope and create is true, returns a new Cluster Scope.
 

Methods in railo.runtime.type.scope with parameters of type Cluster
 void ClusterRemoteNotSupported.init(ConfigServer configServer, Cluster cluster)
           
 void ClusterRemote.init(ConfigServer configServer, Cluster cluster)
           
 



Copyright © 2012 Railo