|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Unit | |
org.mule.registry | |
org.mule.registry.impl |
Uses of Unit in org.mule.registry |
Methods in org.mule.registry that return Unit | |
Unit |
Assembly.getUnit(String name)
Return the Unit of the given name. |
Unit[] |
Assembly.getUnits()
Get all units of this Assembly |
Unit[] |
RegistryComponent.getUnits()
Units deployed to this component |
Unit |
Registry.createUnit(String name)
|
Methods in org.mule.registry with parameters of type Unit | |
void |
RegistryComponent.addUnit(Unit unit)
|
void |
RegistryComponent.removeUnit(Unit unit)
|
Uses of Unit in org.mule.registry.impl |
Classes in org.mule.registry.impl that implement Unit | |
class |
AbstractUnit
|
Methods in org.mule.registry.impl that return Unit | |
Unit |
AbstractAssembly.getUnit(String name)
|
Unit[] |
AbstractAssembly.getUnits()
|
Unit[] |
AbstractRegistryComponent.getUnits()
|
Methods in org.mule.registry.impl with parameters of type Unit | |
void |
AbstractAssembly.addUnit(Unit unit)
|
void |
AbstractAssembly.removeUnit(Unit unit)
|
void |
AbstractRegistryComponent.addUnit(Unit unit)
|
void |
AbstractRegistryComponent.removeUnit(Unit unit)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |