DASTargetpublic class DASTarget extends ServerTarget
Fields Summary |
---|
private static final com.sun.enterprise.util.i18n.StringManager | strMgri18n strings manager object |
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 TargetType | getType()
return TargetType.DAS;
|
|