public static enum MoreKnownComponentTypes.MBean extends Enum<MoreKnownComponentTypes.MBean>
KnownComponentTypes.| Enum Constant and Description |
|---|
Platform |
Servlet |
Web |
WebApplication |
WebApplicationManager |
WebHost |
WebRequestProcessor |
WebThreadPool |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.managed.api.ComponentType |
getType() |
String |
subtype() |
String |
type() |
static MoreKnownComponentTypes.MBean |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoreKnownComponentTypes.MBean[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoreKnownComponentTypes.MBean Platform
public static final MoreKnownComponentTypes.MBean Servlet
public static final MoreKnownComponentTypes.MBean Web
public static final MoreKnownComponentTypes.MBean WebApplication
public static final MoreKnownComponentTypes.MBean WebApplicationManager
public static final MoreKnownComponentTypes.MBean WebHost
public static final MoreKnownComponentTypes.MBean WebRequestProcessor
public static final MoreKnownComponentTypes.MBean WebThreadPool
public static MoreKnownComponentTypes.MBean[] values()
for (MoreKnownComponentTypes.MBean c : MoreKnownComponentTypes.MBean.values()) System.out.println(c);
public static MoreKnownComponentTypes.MBean valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String type()
public String subtype()
public org.jboss.managed.api.ComponentType getType()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.