|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentType | |
org.mule.registry | |
org.mule.registry.impl |
Uses of ComponentType in org.mule.registry |
Fields in org.mule.registry declared as ComponentType | |
static ComponentType |
ComponentType.MULE_COMPONENT
|
static ComponentType |
ComponentType.MULE_CONNECTOR_COMPONENT
|
static ComponentType |
ComponentType.MULE_TRANSFORMER_COMPONENT
|
static ComponentType |
ComponentType.MULE_AGENT_COMPONENT
|
static ComponentType |
ComponentType.JBI_ENGINE_COMPONENT
|
static ComponentType |
ComponentType.JBI_BINDING_COMPONENT
|
static ComponentType[] |
ComponentType.COMPONENT_TYPES
|
Methods in org.mule.registry that return ComponentType | |
ComponentType |
RegistryComponent.getType()
|
Methods in org.mule.registry with parameters of type ComponentType | |
RegistryComponent |
Registry.addComponent(String name,
ComponentType type)
|
RegistryComponent[] |
Registry.getComponents(ComponentType type)
Return all engines. |
RegistryComponent |
Registry.addTransientComponent(String name,
ComponentType type,
Object component,
Object bootstrap)
|
RegistryComponent |
Registry.createComponent(String name,
ComponentType type)
|
RegistryComponent |
EntryFactory.createComponent(String name,
ComponentType type,
Registry registry)
|
Uses of ComponentType in org.mule.registry.impl |
Fields in org.mule.registry.impl declared as ComponentType | |
protected ComponentType |
AbstractRegistryComponent.type
|
Methods in org.mule.registry.impl that return ComponentType | |
ComponentType |
AbstractRegistryComponent.getType()
|
Methods in org.mule.registry.impl with parameters of type ComponentType | |
RegistryComponent[] |
AbstractRegistry.getComponents(ComponentType type)
|
RegistryComponent |
AbstractRegistry.getComponent(String name,
ComponentType type)
|
RegistryComponent |
AbstractRegistry.addComponent(String name,
ComponentType type)
|
RegistryComponent |
AbstractRegistry.addTransientComponent(String name,
ComponentType type,
Object component,
Object bootstrap)
|
Constructors in org.mule.registry.impl with parameters of type ComponentType | |
AbstractRegistryComponent(String name,
ComponentType type,
Registry registry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |