org.rhq.bindings.client
Enum RhqManager

java.lang.Object
  extended by java.lang.Enum<RhqManager>
      extended by org.rhq.bindings.client.RhqManager
All Implemented Interfaces:
Serializable, Comparable<RhqManager>

public enum RhqManager
extends Enum<RhqManager>

An enumeration of all remote SLSBs of the RHQ server.

Author:
Lukas Krejci, Greg Hinkle

Enum Constant Summary
AlertDefinitionManager
           
AlertManager
           
AvailabilityManager
           
BundleManager
           
CallTimeDataManager
           
ConfigurationManager
           
ContentManager
           
DataAccessManager
           
DiscoveryBoss
           
DriftManager
           
DriftTemplateManager
           
EventManager
           
MeasurementBaselineManager
           
MeasurementDataManager
           
MeasurementDefinitionManager
           
MeasurementScheduleManager
           
OperationManager
           
RemoteInstallManager
           
RepoManager
           
ResourceFactoryManager
           
ResourceGroupManager
           
ResourceManager
           
ResourceTypeManager
           
RoleManager
           
SavedSearchManager
           
SubjectManager
           
SupportManager
           
SynchronizationManager
           
SystemManager
           
TagManager
           
 
Method Summary
 String beanName()
           
 boolean enabled()
           
static RhqManager forInterface(Class<?> iface)
           
 Class<?> remote()
           
 String remoteName()
           
static RhqManager valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RhqManager[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AlertManager

public static final RhqManager AlertManager

AlertDefinitionManager

public static final RhqManager AlertDefinitionManager

AvailabilityManager

public static final RhqManager AvailabilityManager

BundleManager

public static final RhqManager BundleManager

CallTimeDataManager

public static final RhqManager CallTimeDataManager

RepoManager

public static final RhqManager RepoManager

ConfigurationManager

public static final RhqManager ConfigurationManager

ContentManager

public static final RhqManager ContentManager

DataAccessManager

public static final RhqManager DataAccessManager

DriftManager

public static final RhqManager DriftManager

DriftTemplateManager

public static final RhqManager DriftTemplateManager

DiscoveryBoss

public static final RhqManager DiscoveryBoss

EventManager

public static final RhqManager EventManager

MeasurementBaselineManager

public static final RhqManager MeasurementBaselineManager

MeasurementDataManager

public static final RhqManager MeasurementDataManager

MeasurementDefinitionManager

public static final RhqManager MeasurementDefinitionManager

MeasurementScheduleManager

public static final RhqManager MeasurementScheduleManager

OperationManager

public static final RhqManager OperationManager

ResourceManager

public static final RhqManager ResourceManager

ResourceFactoryManager

public static final RhqManager ResourceFactoryManager

ResourceGroupManager

public static final RhqManager ResourceGroupManager

ResourceTypeManager

public static final RhqManager ResourceTypeManager

RoleManager

public static final RhqManager RoleManager

SavedSearchManager

public static final RhqManager SavedSearchManager

SubjectManager

public static final RhqManager SubjectManager

SupportManager

public static final RhqManager SupportManager

SystemManager

public static final RhqManager SystemManager

RemoteInstallManager

public static final RhqManager RemoteInstallManager

TagManager

public static final RhqManager TagManager

SynchronizationManager

public static final RhqManager SynchronizationManager
Method Detail

values

public static RhqManager[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RhqManager c : RhqManager.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RhqManager valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

forInterface

public static RhqManager forInterface(Class<?> iface)

remote

public Class<?> remote()

beanName

public String beanName()

remoteName

public String remoteName()

enabled

public boolean enabled()


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