public class ManagedComponentUtils extends Object
ManagedComponents.| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedComponentUtils.PropertyNotFoundException |
| Constructor and Description |
|---|
ManagedComponentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<org.jboss.managed.api.ComponentType> |
getComponentTypeComparator() |
static Set<org.jboss.managed.api.ManagedComponent> |
getManagedComponents(org.jboss.deployers.spi.management.ManagementView managementView,
org.jboss.managed.api.ComponentType componentType,
String name,
org.jboss.deployers.spi.management.NameMatcher<org.jboss.managed.api.ManagedComponent> nameMatcher) |
static Serializable |
getSimplePropertyValue(org.jboss.managed.api.ManagedComponent component,
String propertyName) |
static org.jboss.managed.api.ManagedComponent |
getSingletonManagedComponent(org.jboss.deployers.spi.management.ManagementView managementView,
org.jboss.managed.api.ComponentType componentType) |
static EnumSet<org.jboss.managed.api.annotation.ViewUse> |
getViewUses(org.jboss.managed.api.ManagedProperty managedProperty) |
static boolean |
isManagedComponent(org.jboss.deployers.spi.management.ManagementView managementView,
String name,
org.jboss.managed.api.ComponentType componentType)
TODO
|
@Nullable
public static org.jboss.managed.api.ManagedComponent getSingletonManagedComponent(org.jboss.deployers.spi.management.ManagementView managementView,
org.jboss.managed.api.ComponentType componentType)
public static Serializable getSimplePropertyValue(org.jboss.managed.api.ManagedComponent component, String propertyName) throws ManagedComponentUtils.PropertyNotFoundException
@NotNull public static EnumSet<org.jboss.managed.api.annotation.ViewUse> getViewUses(org.jboss.managed.api.ManagedProperty managedProperty)
public static boolean isManagedComponent(org.jboss.deployers.spi.management.ManagementView managementView,
String name,
org.jboss.managed.api.ComponentType componentType)
@NotNull public static Set<org.jboss.managed.api.ManagedComponent> getManagedComponents(org.jboss.deployers.spi.management.ManagementView managementView, org.jboss.managed.api.ComponentType componentType, String name, org.jboss.deployers.spi.management.NameMatcher<org.jboss.managed.api.ManagedComponent> nameMatcher)
public static Comparator<org.jboss.managed.api.ComponentType> getComponentTypeComparator()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.