org.rhq.enterprise.server.discovery
Interface DiscoveryBossRemote

All Known Subinterfaces:
WebservicesRemote

public interface DiscoveryBossRemote

The remote boss interface to the discovery subsystem.


Method Summary
 void ignoreResources(Subject subject, Integer[] resourceIds)
           
 void importResources(Subject subject, Integer[] resourceIds)
           
 void unignoreResources(Subject subject, Integer[] resourceIds)
           
 

Method Detail

importResources

void importResources(Subject subject,
                     Integer[] resourceIds)

ignoreResources

void ignoreResources(Subject subject,
                     Integer[] resourceIds)

unignoreResources

void unignoreResources(Subject subject,
                       Integer[] resourceIds)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.