com.caucho.server.cluster
Class Cluster.Var

java.lang.Object
  extended by com.caucho.server.cluster.Cluster.Var
Enclosing class:
Cluster

public class Cluster.Var
extends java.lang.Object

EL variables


Constructor Summary
Cluster.Var()
           
 
Method Summary
 java.lang.String getId()
          Returns the resin.id
 Path getRoot()
          Returns the root directory.
 Path getRootDir()
          Returns the root directory.
 Path getRootDirectory()
          Returns the root directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cluster.Var

public Cluster.Var()
Method Detail

getId

public java.lang.String getId()
Returns the resin.id


getRoot

public Path getRoot()
Returns the root directory.

Returns:
root directory

getRootDir

public Path getRootDir()
Returns the root directory.

Returns:
root directory

getRootDirectory

public Path getRootDirectory()
Returns the root directory.

Returns:
root directory