Java EE 5 SDK

com.sun.appserv.management.helper
Class DeployedItemHelper

java.lang.Object
  extended by com.sun.appserv.management.helper.Helper
      extended by com.sun.appserv.management.helper.DeployedItemHelper

public final class DeployedItemHelper
extends Helper

Helper for deployed items (modules).


Field Summary
 
Fields inherited from class com.sun.appserv.management.helper.Helper
mBulkAccess, mDomainRoot, mQueryMgr
 
Constructor Summary
DeployedItemHelper(DomainRoot domainRoot)
           
 
Method Summary
 Set<ObjectName> queryClusterDeployedItemObjectNames(String clusterName)
          Get the ObjectNames of all deployed items in the specified cluster.
 Set<ObjectName> queryStandaloneServerDeployedItemObjectNames(String standaloneServerName)
          Get the ObjectNames of all deployed items in the specified server.
 
Methods inherited from class com.sun.appserv.management.helper.Helper
filterByAttributeValue, getDomainRoot, propsQuery, propsQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedItemHelper

public DeployedItemHelper(DomainRoot domainRoot)
Method Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.