org.rhq.enterprise.server.test
Interface DiscoveryTestLocal

All Known Implementing Classes:
DiscoveryTestBean

public interface DiscoveryTestLocal

An EJB for testing the discovery subsystem - used by TestControl.jsp.


Method Summary
 String clearAutoinventoryQueue()
           
 void createTestMixedGroup(String groupName)
           
 void registerTestPluginAndTypeInfo()
           
 void removeTestPlatform()
           
 void removeTestPluginAndTypeInfo()
           
 void sendNewPlatform(String platformAddress, int servers, int servicesPerServer)
           
 void sendTestFullInventoryReport()
           
 void sendTestRuntimeInventoryReport()
           
 

Method Detail

registerTestPluginAndTypeInfo

void registerTestPluginAndTypeInfo()

removeTestPluginAndTypeInfo

void removeTestPluginAndTypeInfo()

sendTestFullInventoryReport

void sendTestFullInventoryReport()

clearAutoinventoryQueue

String clearAutoinventoryQueue()

sendTestRuntimeInventoryReport

void sendTestRuntimeInventoryReport()

removeTestPlatform

void removeTestPlatform()

sendNewPlatform

void sendNewPlatform(String platformAddress,
                     int servers,
                     int servicesPerServer)

createTestMixedGroup

void createTestMixedGroup(String groupName)


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