org.rhq.enterprise.server.discovery
Interface DiscoveryBossRemote

All Known Subinterfaces:
WebservicesRemote
All Known Implementing Classes:
DiscoveryBossBean, WebservicesManagerBean

public interface DiscoveryBossRemote

The remote boss interface to the discovery subsystem.


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

Method Detail

importResources

void importResources(Subject subject,
                     java.lang.Integer[] resourceIds)

ignoreResources

void ignoreResources(Subject subject,
                     java.lang.Integer[] resourceIds)

unignoreResources

void unignoreResources(Subject subject,
                       java.lang.Integer[] resourceIds)


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.