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 Object


Constructor Summary
Node.Duck()
           
 
Method Summary
static String getInstallDirUnixStyle(Node node)
           
static String getNodeDirAbsolute(Node node)
           
static String getNodeDirAbsoluteUnixStyle(Node node)
           
static 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 String getInstallDirUnixStyle(Node node)

getNodeDirUnixStyle

public static String getNodeDirUnixStyle(Node node)

getNodeDirAbsolute

public static String getNodeDirAbsolute(Node node)

getNodeDirAbsoluteUnixStyle

public static 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.