org.jboss.deployers.spi.management
Enum KnownComponentTypes.Web
java.lang.Object
java.lang.Enum<KnownComponentTypes.Web>
org.jboss.deployers.spi.management.KnownComponentTypes.Web
- All Implemented Interfaces:
- Serializable, Comparable<KnownComponentTypes.Web>
- Enclosing interface:
- KnownComponentTypes
public static enum KnownComponentTypes.Web
- extends Enum<KnownComponentTypes.Web>
Enums for the web component types
Application
public static final KnownComponentTypes.Web Application
ApplicationManager
public static final KnownComponentTypes.Web ApplicationManager
Connector
public static final KnownComponentTypes.Web Connector
Filter
public static final KnownComponentTypes.Web Filter
Host
public static final KnownComponentTypes.Web Host
Listener
public static final KnownComponentTypes.Web Listener
RequestProcessor
public static final KnownComponentTypes.Web RequestProcessor
ThreadPool
public static final KnownComponentTypes.Web ThreadPool
Servlet
public static final KnownComponentTypes.Web Servlet
values
public static KnownComponentTypes.Web[] 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 (KnownComponentTypes.Web c : KnownComponentTypes.Web.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static KnownComponentTypes.Web 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
type
public String type()
subtype
public String subtype()
getType
public org.jboss.managed.api.ComponentType getType()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.