org.rhq.bindings.client
Enum RhqManagers
java.lang.Object
java.lang.Enum<RhqManagers>
org.rhq.bindings.client.RhqManagers
- All Implemented Interfaces:
- Serializable, Comparable<RhqManagers>
public enum RhqManagers
- extends Enum<RhqManagers>
An enumeration of all remote SLSBs of the RHQ server.
- Author:
- Lukas Krejci, Greg Hinkle
AlertManager
public static final RhqManagers AlertManager
AlertDefinitionManager
public static final RhqManagers AlertDefinitionManager
AvailabilityManager
public static final RhqManagers AvailabilityManager
BundleManager
public static final RhqManagers BundleManager
CallTimeDataManager
public static final RhqManagers CallTimeDataManager
RepoManager
public static final RhqManagers RepoManager
ConfigurationManager
public static final RhqManagers ConfigurationManager
ContentManager
public static final RhqManagers ContentManager
DataAccessManager
public static final RhqManagers DataAccessManager
DriftManager
public static final RhqManagers DriftManager
DriftTemplateManager
public static final RhqManagers DriftTemplateManager
DiscoveryBoss
public static final RhqManagers DiscoveryBoss
EventManager
public static final RhqManagers EventManager
MeasurementBaselineManager
public static final RhqManagers MeasurementBaselineManager
MeasurementDataManager
public static final RhqManagers MeasurementDataManager
MeasurementDefinitionManager
public static final RhqManagers MeasurementDefinitionManager
MeasurementScheduleManager
public static final RhqManagers MeasurementScheduleManager
OperationManager
public static final RhqManagers OperationManager
ResourceManager
public static final RhqManagers ResourceManager
ResourceFactoryManager
public static final RhqManagers ResourceFactoryManager
ResourceGroupManager
public static final RhqManagers ResourceGroupManager
ResourceTypeManager
public static final RhqManagers ResourceTypeManager
RoleManager
public static final RhqManagers RoleManager
SavedSearchManager
public static final RhqManagers SavedSearchManager
SubjectManager
public static final RhqManagers SubjectManager
SupportManager
public static final RhqManagers SupportManager
SystemManager
public static final RhqManagers SystemManager
RemoteInstallManager
public static final RhqManagers RemoteInstallManager
TagManager
public static final RhqManagers TagManager
SynchronizationManager
public static final RhqManagers SynchronizationManager
values
public static RhqManagers[] 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 (RhqManagers c : RhqManagers.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RhqManagers 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 RhqManagers 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.