org.rhq.plugins.platform
Class JavaPlatformDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.platform.PlatformDiscoveryComponent
      extended by org.rhq.plugins.platform.JavaPlatformDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent

public class JavaPlatformDiscoveryComponent
extends PlatformDiscoveryComponent


Constructor Summary
JavaPlatformDiscoveryComponent()
           
 
Method Summary
protected  boolean isPlatformSupported(ResourceDiscoveryContext context)
          Always returns true - the Java platform is our fallback platform and is always supported.
 
Methods inherited from class org.rhq.plugins.platform.PlatformDiscoveryComponent
determineResourceKey, determineResourceName, discoverConfiguration, discoverResources, getHostname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaPlatformDiscoveryComponent

public JavaPlatformDiscoveryComponent()
Method Detail

isPlatformSupported

protected boolean isPlatformSupported(ResourceDiscoveryContext context)
Always returns true - the Java platform is our fallback platform and is always supported.

Specified by:
isPlatformSupported in class PlatformDiscoveryComponent
Returns:
true if this instance can support the platform this plugin is running on; false otherwise
See Also:
PlatformDiscoveryComponent.isPlatformSupported(ResourceDiscoveryContext)


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