org.infinispan.jopr.infinispan
Class InfinispanDiscovery

java.lang.Object
  extended by org.infinispan.jopr.infinispan.InfinispanDiscovery
All Implemented Interfaces:
org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent<InfinispanComponent>

public class InfinispanDiscovery
extends Object
implements org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent<InfinispanComponent>

Discovery class for Infinispan engines

Author:
Heiko W. Rupp

Field Summary
static String MANAGER_OBJECT
           
static String REMOTE
           
 
Constructor Summary
InfinispanDiscovery()
           
 
Method Summary
 Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> discoverResources(org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext<InfinispanComponent> discoveryContext)
          Run the discovery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOTE

public static String REMOTE

MANAGER_OBJECT

public static String MANAGER_OBJECT
Constructor Detail

InfinispanDiscovery

public InfinispanDiscovery()
Method Detail

discoverResources

public Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> discoverResources(org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext<InfinispanComponent> discoveryContext)
                                                                                  throws Exception
Run the discovery

Specified by:
discoverResources in interface org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent<InfinispanComponent>
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.