com.sun.enterprise.config.serverbeans
Class Node.Duck

java.lang.Object
  extended by com.sun.enterprise.config.serverbeans.Node.Duck
Enclosing interface:
Node

public static class Node.Duck
extends java.lang.Object


Constructor Summary
Node.Duck()
           
 
Method Summary
static java.lang.String getInstallDirUnixStyle(Node node)
           
static java.lang.String getNodeDirAbsolute(Node node)
           
static java.lang.String getNodeDirAbsoluteUnixStyle(Node node)
           
static java.lang.String getNodeDirUnixStyle(Node node)
           
static boolean instanceCreationAllowed(Node node)
           
static boolean isDefaultLocalNode(Node node)
           
static boolean isLocal(Node node)
           
static boolean nodeInUse(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node.Duck

public Node.Duck()
Method Detail

getInstallDirUnixStyle

public static java.lang.String getInstallDirUnixStyle(Node node)

getNodeDirUnixStyle

public static java.lang.String getNodeDirUnixStyle(Node node)

getNodeDirAbsolute

public static java.lang.String getNodeDirAbsolute(Node node)

getNodeDirAbsoluteUnixStyle

public static java.lang.String getNodeDirAbsoluteUnixStyle(Node node)

isDefaultLocalNode

public static boolean isDefaultLocalNode(Node node)

isLocal

public static boolean isLocal(Node node)

nodeInUse

public static boolean nodeInUse(Node node)

instanceCreationAllowed

public static boolean instanceCreationAllowed(Node node)


Copyright © 2012 GlassFish Community. All Rights Reserved.