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

java.lang.Object
  extended by java.lang.Enum<KnownComponentTypes.MBean>
      extended by org.jboss.deployers.spi.management.KnownComponentTypes.MBean
All Implemented Interfaces:
Serializable, Comparable<KnownComponentTypes.MBean>
Enclosing interface:
KnownComponentTypes

public static enum KnownComponentTypes.MBean
extends Enum<KnownComponentTypes.MBean>

Enums for the MBean/{Dynamic,Standard,Model,Open,Persistent,XMBean} types


Enum Constant Summary
Dynamic
           
Model
           
Open
           
Persistent
           
Platform
           
Standard
           
XMBean
           
 
Method Summary
 org.jboss.managed.api.ComponentType getType()
           
 String subtype()
           
 String type()
           
static KnownComponentTypes.MBean valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KnownComponentTypes.MBean[] 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

Dynamic

public static final KnownComponentTypes.MBean Dynamic

Standard

public static final KnownComponentTypes.MBean Standard

Model

public static final KnownComponentTypes.MBean Model

Open

public static final KnownComponentTypes.MBean Open

Persistent

public static final KnownComponentTypes.MBean Persistent

XMBean

public static final KnownComponentTypes.MBean XMBean

Platform

public static final KnownComponentTypes.MBean Platform
Method Detail

values

public static KnownComponentTypes.MBean[] 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.MBean c : KnownComponentTypes.MBean.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.MBean 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.