org.jboss.deployers.spi.management
Enum KnownComponentTypes.Web

java.lang.Object
  extended by java.lang.Enum<KnownComponentTypes.Web>
      extended by 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


Enum Constant Summary
Application
           
ApplicationManager
           
Connector
           
Filter
           
Host
           
Listener
           
RequestProcessor
           
Servlet
           
ThreadPool
           
 
Method Summary
 org.jboss.managed.api.ComponentType getType()
           
 String subtype()
           
 String type()
           
static KnownComponentTypes.Web valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KnownComponentTypes.Web[] 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

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
Method Detail

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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.