org.mule.registry
Class ComponentType

java.lang.Object
  extended byorg.mule.registry.ComponentType

public class ComponentType
extends Object

Represents a Component type in the registry

Version:
$Revision: 7976 $
Author:
Ross Mason

Field Summary
static ComponentType[] COMPONENT_TYPES
           
static ComponentType JBI_BINDING_COMPONENT
           
static ComponentType JBI_ENGINE_COMPONENT
           
static ComponentType MULE_AGENT_COMPONENT
           
static ComponentType MULE_COMPONENT
           
static ComponentType MULE_CONNECTOR_COMPONENT
           
static ComponentType MULE_TRANSFORMER_COMPONENT
           
 
Constructor Summary
ComponentType(String name, String description)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MULE_COMPONENT

public static final ComponentType MULE_COMPONENT

MULE_CONNECTOR_COMPONENT

public static final ComponentType MULE_CONNECTOR_COMPONENT

MULE_TRANSFORMER_COMPONENT

public static final ComponentType MULE_TRANSFORMER_COMPONENT

MULE_AGENT_COMPONENT

public static final ComponentType MULE_AGENT_COMPONENT

JBI_ENGINE_COMPONENT

public static final ComponentType JBI_ENGINE_COMPONENT

JBI_BINDING_COMPONENT

public static final ComponentType JBI_BINDING_COMPONENT

COMPONENT_TYPES

public static final ComponentType[] COMPONENT_TYPES
Constructor Detail

ComponentType

public ComponentType(String name,
                     String description)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.