com.sun.appserv.management.helper
Class DeployedItemHelper
java.lang.Object
com.sun.appserv.management.helper.Helper
com.sun.appserv.management.helper.DeployedItemHelper
public final class DeployedItemHelper
- extends Helper
Helper for deployed items (modules).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployedItemHelper
public DeployedItemHelper(DomainRoot domainRoot)
queryStandaloneServerDeployedItemObjectNames
public Set<ObjectName> queryStandaloneServerDeployedItemObjectNames(String standaloneServerName)
- Get the ObjectNames of all deployed items in the specified server.
To extract the names, use
Util
.getNamesSet(set).
- Parameters:
standaloneServerName
-
- Returns:
- Set of ObjectName for all modules
queryClusterDeployedItemObjectNames
public Set<ObjectName> queryClusterDeployedItemObjectNames(String clusterName)
- Get the ObjectNames of all deployed items in the specified cluster.
To extract the names, use
Util
.getNamesSet(set).
- Parameters:
clusterName
-
- Returns:
- Set of ObjectName for all modules
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.