org.iids.aos.hostmanager
Enum ResourceRegistry.RegistryMessage.Type

java.lang.Object
  extended by java.lang.Enum<ResourceRegistry.RegistryMessage.Type>
      extended by org.iids.aos.hostmanager.ResourceRegistry.RegistryMessage.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ResourceRegistry.RegistryMessage.Type>
Enclosing class:
ResourceRegistry.RegistryMessage

public static enum ResourceRegistry.RegistryMessage.Type
extends java.lang.Enum<ResourceRegistry.RegistryMessage.Type>


Enum Constant Summary
Confirm
           
Deregister
           
Error
           
Info
           
Register
           
Stop
           
 
Method Summary
static ResourceRegistry.RegistryMessage.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceRegistry.RegistryMessage.Type[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Info

public static final ResourceRegistry.RegistryMessage.Type Info

Register

public static final ResourceRegistry.RegistryMessage.Type Register

Confirm

public static final ResourceRegistry.RegistryMessage.Type Confirm

Deregister

public static final ResourceRegistry.RegistryMessage.Type Deregister

Stop

public static final ResourceRegistry.RegistryMessage.Type Stop

Error

public static final ResourceRegistry.RegistryMessage.Type Error
Method Detail

values

public static final ResourceRegistry.RegistryMessage.Type[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ResourceRegistry.RegistryMessage.Type c : ResourceRegistry.RegistryMessage.Type.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ResourceRegistry.RegistryMessage.Type valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.