|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
org.apache.hivemind | The main HiveMind package. |
org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
org.apache.hivemind.internal | |
org.apache.hivemind.parse | Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. |
org.apache.hivemind.schema.rules | Implementations of the Rule
and
Translator interfaces. |
org.apache.hivemind.service | Definitions of services provided by the hivemind module. |
org.apache.hivemind.service.impl | Implementations of services provided by the hivemind module. |
Uses of Location in org.apache.hivemind |
Methods in org.apache.hivemind that return Location | |
Location |
Locatable.getLocation()
Returns the location from which
this object orginates, or null if not known. |
static Location |
HiveMind.findLocation(java.lang.Object[] locations)
Selects the first Location in an array of objects. |
static Location |
HiveMind.getLocation(java.lang.Object object)
Extracts a location from an object, checking to see if it implement Location or Locatable . |
Location |
ApplicationRuntimeException.getLocation()
|
Methods in org.apache.hivemind with parameters of type Location | |
java.lang.String |
Registry.expandSymbols(java.lang.String input,
Location location)
Expands any substitution symbols in the input string, replacing each symbol with the symbols value (if known). |
void |
LocationHolder.setLocation(Location location)
|
static void |
HiveMind.setLocation(java.lang.Object holder,
Location location)
Updates the location of an object, if the object implements LocationHolder . |
void |
ErrorHandler.error(org.apache.commons.logging.Log log,
java.lang.String message,
Location location,
java.lang.Throwable cause)
Handle a recoverable error. |
Constructors in org.apache.hivemind with parameters of type Location | |
ApplicationRuntimeException(java.lang.String message,
java.lang.Object component,
Location location,
java.lang.Throwable rootCause)
|
|
ApplicationRuntimeException(java.lang.String message,
Location location,
java.lang.Throwable rootCause)
|
Uses of Location in org.apache.hivemind.impl |
Classes in org.apache.hivemind.impl that implement Location | |
class |
LocationImpl
Implementation of the Location interface. |
Methods in org.apache.hivemind.impl that return Location | |
Location |
BaseLocatable.getLocation()
|
Methods in org.apache.hivemind.impl with parameters of type Location | |
java.lang.String |
RegistryImpl.expandSymbols(java.lang.String text,
Location location)
Note: a little cut-n-paste from org.apache.tapestry.script.AbstractTokenRule . |
java.lang.String |
ModuleImpl.expandSymbols(java.lang.String input,
Location location)
|
void |
DefaultErrorHandler.error(org.apache.commons.logging.Log log,
java.lang.String message,
Location location,
java.lang.Throwable cause)
|
void |
BaseLocatable.setLocation(Location location)
|
Uses of Location in org.apache.hivemind.internal |
Methods in org.apache.hivemind.internal with parameters of type Location | |
java.lang.String |
RegistryInfrastructure.expandSymbols(java.lang.String input,
Location location)
Expands any substitution symbols in the input string, replacing each symbol with the symbols value (if known). |
java.lang.String |
Module.expandSymbols(java.lang.String input,
Location location)
|
Uses of Location in org.apache.hivemind.parse |
Methods in org.apache.hivemind.parse that return Location | |
protected Location |
AbstractParser.getLocation()
Returns the current lcoation, as reported by the parser. |
Constructors in org.apache.hivemind.parse with parameters of type Location | |
ConversionDescriptor(ErrorHandler errorHandler,
ElementModelImpl elementModel,
java.lang.String defaultTranslator,
Location location)
|
Uses of Location in org.apache.hivemind.schema.rules |
Constructors in org.apache.hivemind.schema.rules with parameters of type Location | |
ReadAttributeRule(java.lang.String attributeName,
java.lang.String propertyName,
java.lang.String translator,
Location location)
|
Uses of Location in org.apache.hivemind.service |
Methods in org.apache.hivemind.service with parameters of type Location | |
void |
EventLinker.addEventListener(java.lang.Object producer,
java.lang.String eventSetName,
java.lang.Object consumer,
Location location)
Adds the consumer as a listener of events published by the producer. |
Uses of Location in org.apache.hivemind.service.impl |
Methods in org.apache.hivemind.service.impl with parameters of type Location | |
void |
EventLinkerImpl.addEventListener(java.lang.Object producer,
java.lang.String eventSetName,
java.lang.Object consumer,
Location location)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |