FileDocCategorySizeDatePackage
DASTarget.javaAPI DocGlassfish v2 API3532Fri May 04 22:34:08 BST 2007com.sun.enterprise.admin.target

DASTarget

public class DASTarget extends ServerTarget

Fields Summary
private static final com.sun.enterprise.util.i18n.StringManager
strMgr
i18n strings manager object
Constructors Summary
protected DASTarget(String name, com.sun.enterprise.config.ConfigContext cc)

    
        
    
        super(name, cc);
    
Methods Summary
public com.sun.enterprise.config.serverbeans.Cluster[]getClusters()
Return all the cluster associated with this server

       throw new ConfigException(strMgr.getString("target.not_supported",
            "getClusters", getType().getName()));
    
public com.sun.enterprise.config.serverbeans.NodeAgent[]getNodeAgents()
Return the node agent associated with this server.

        throw new ConfigException(strMgr.getString("target.not_supported",
            "getNodeAgents", getType().getName()));
    
public TargetTypegetType()

        return TargetType.DAS;