A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AbstractAction — Class in package com.asfusion.mate.actions
AbstractAction is a base class for all classes implementing IAction.
AbstractHandlers — Class in package com.asfusion.mate.actionLists
AbstractHandlers is a base class for all the IActionList implementations.
AbstractHandlers() — Constructor in class com.asfusion.mate.actionLists.AbstractHandlers
Constructor
AbstractServiceInvoker — Class in package com.asfusion.mate.actions
AbstractServiceInvoker is the base class for all the IAction that have inner-handlers/actions.
ActionListEvent — Class in package com.asfusion.mate.events
Event indicating status changes in the IActionList (start, end, etc).
ActionListEvent(type, originalEvent) — Constructor in class com.asfusion.mate.events.ActionListEvent
Constructor
actionListStartHandler(event:com.asfusion.mate.events:ActionListEvent) — Method in class com.asfusion.mate.actions.AbstractServiceInvoker
Handler that will be fired when the first of the innerHandlers starts executing.
actionListStartHandler(event:com.asfusion.mate.events:ActionListEvent) — Method in class com.asfusion.mate.actions.builders.AsyncMethodInvoker
Handler that will be fired when the first of the innerHandlers starts executing.
actions — Property in class com.asfusion.mate.actionLists.AbstractHandlers
An array of Actions (IAction) contained in this IActionList.
actions — Property in interface com.asfusion.mate.actionLists.IActionList
An array of Actions (IAction) contained in this IActionList.
active — Property in interface com.asfusion.mate.utils.debug.IMateLogger
Flag that indicates if the logger is active or not
active — Property in class com.asfusion.mate.utils.debug.Logger
Flag that indicates if the logger is active or not
addCachedInstance(key, instance, type, scope:com.asfusion.mate.actionLists:IScope) — Static method in class com.asfusion.mate.core.Cache
Stores an instance in the cache.
addEventListener(type, listener, useCapture, priority, weakRef) — Method in class com.asfusion.mate.core.Cache
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.asfusion.mate.core.GlobalDispatcher
Registers an event listener object with this global EventDispatcher so that the listener receives notification of an event.
addEventListener(type, listener, useCapture, priority, weakRef) — Method in class com.asfusion.mate.core.SmartObject
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(eventType, listener, useCapture, priority, useWeakReference) — Method in class com.asfusion.mate.events.Listener
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(eventType, listener, useCapture, priority, useWeakReference) — Method in class com.asfusion.mate.responses.ResponseHandler
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(eventType, listener, useCapture, priority, useWeakReference) — Method in class com.asfusion.mate.responses.ServiceResponseHandler
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addKey(chain, key) — Method in class com.asfusion.mate.core.Cache
addListener(type, typeWatcher) — Method in class com.asfusion.mate.core.ListenerProxy
addListener will register to listen to an event with the type that is passed as argument, using capture and priority one.
addListenerProxy(eventDispatcher, type) — Method in interface com.asfusion.mate.core.IMateManager
Adds a proxy listener for a specific type.
addLogger(logger) — Method in class com.asfusion.mate.utils.debug.Debugger
Sets up this target with the specified logger.
addReponderListener(type, dispatcher, owner:com.asfusion.mate.events:Dispatcher) — Method in interface com.asfusion.mate.responses.IResponseHandler
This method receives an eventDispatcher to register as a listener for a response for a specific event.
addReponderListener(type, dispatcher, owner:com.asfusion.mate.events:Dispatcher) — Method in class com.asfusion.mate.responses.ResponseHandler
This method receives an eventDispatcher to register as a listener for a response for a specific event.
addReponderListener(type, dispatcher, owner:com.asfusion.mate.events:Dispatcher) — Method in class com.asfusion.mate.responses.ServiceResponseHandler
This method receives an eventDispatcher to register as a listener for a response for a specific event.
addReponders(event) — Method in class com.asfusion.mate.events.Dispatcher
Before dispatching the event, this method is called to add all the responders for that specific event.
ALL — Constant static property in class com.asfusion.mate.utils.debug.Debugger
Tells a target to process all messages.
applicationDispatcher — Property in class com.asfusion.mate.core.GlobalDispatcher
Returns the application itself as an event dispatcher.
applyFilter(category) — Method in class com.asfusion.mate.utils.debug.Debugger
This method filters by category
ARGUMENT_ERROR — Constant static property in class com.asfusion.mate.utils.debug.LogTypes
Invalid number of arguments
arguments — Property in class com.asfusion.mate.actions.CallBack
The property arguments allows you to pass an Object or an Array of objects when calling the function defined in the property method .
arguments — Property in class com.asfusion.mate.actions.InlineInvoker
The property arguments allows you to pass an Object or an Array of objects when calling the function defined in the property method .
arguments — Property in class com.asfusion.mate.actions.builders.DelegateInvoker
The property arguments allows you to pass an Object or an Array of objects when calling the function defined in the property method.
arguments — Property in class com.asfusion.mate.actions.builders.MethodInvoker
The property arguments allows you to pass an Object or an Array of objects when calling the function defined in the property method .
arguments — Property in class com.asfusion.mate.actions.builders.RemoteObjectInvoker
The property arguments allows you to pass an Object or an Array of objects when calling the function defined in the property method.
arguments — Property in class com.asfusion.mate.actions.builders.WebServiceInvoker
The property arguments allows you to pass an Object or an Array of objects when calling the function defined in the property method.
async — Property in class com.asfusion.mate.testing.MockMethod
Use async with a true value when your mockGeneratorMethod will not immediately return a value and your mockGenerator will dispatch a ResultEvent or a FaultEvent
AsyncCommandInvoker — Class in package com.asfusion.mate.actions.builders
AsyncCommandInvoker allows calling the execute method on the newly created EventDispatcher object or in the instance if one is provided.
AsyncDispatcher — Class in package com.asfusion.mate.testing
This class provides a mechanism for dispatching a method asynchronously.
AsyncDispatcher(method, args, delay) — Constructor in class com.asfusion.mate.testing.AsyncDispatcher
AsyncMethodInvoker — Class in package com.asfusion.mate.actions.builders
AsyncMethodInvoker allows to calling an asynchronous function specified in the method attribute on the newly created EventDispatcher object or in the instance if that is provided.
autoCreate — Property in class com.asfusion.mate.core.Cache
Whether we create a new instance of the object when we don't find one in the cache.
autoSubscribe — Property in class com.asfusion.mate.actionLists.MessageHandlers
If this flag is true the consumer will be automatically subscribed when the MessageHandlers is created.
autoUnregistration — Property in class com.asfusion.mate.actions.AbstractServiceInvoker
When auto unregistration is true, all inner handlers will be unregistered after the first inner handlers fires.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z