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  
cache — Property in class com.asfusion.mate.actions.CacheSetter
The cache atribute is only useful when the destination is a class.
cache — Property in class com.asfusion.mate.actions.builders.ObjectBuilder
The cache attribute lets you specify whether this newly created object should be kept live so that the next time an instance of this class is requested, this already created object is returned instead.
cache — Property in class com.asfusion.mate.actions.builders.ServiceInvokerBuilder
The cache attribute lets you specify whether this newly created object should be kept live so that the next time an instance of this class is requested, this already created object is returned instead.
_cache — Property in class com.asfusion.mate.core.EventMap
cache — Property in class com.asfusion.mate.core.EventMap
String that indicates whether the event maps will use a global or a local cache.
cache — Property in interface com.asfusion.mate.core.IEventMap
String that indicates whether the event maps will use a global or a local cache.
cache — Property in class com.asfusion.mate.testing.MockDelegate
cache — Property in class com.asfusion.mate.testing.MockMethod
cache — Property in class com.asfusion.mate.testing.MockRemoteObject
cache — Property in class com.asfusion.mate.testing.MockWebService
Cache — Class in package com.asfusion.mate.core
The Cache allows getting cached objects within the event map's IActionList.
Cache(key, cacheType, autoCreate, registerTarget, constructorArguments) — Constructor in class com.asfusion.mate.core.Cache
Constructor
CACHE — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties
Cache of IAction instances
cacheCollection — Property in class com.asfusion.mate.core.EventMap
cacheCollection — Static property in class com.asfusion.mate.testing.MockCache
cacheKey — Property in class com.asfusion.mate.actions.CacheSetter
The key to use for the cache
CacheSetter — Class in package com.asfusion.mate.actions
CacheCopier Mate tag - adds an existing instance of a class to the specified Mate cache
cacheType — Property in class com.asfusion.mate.core.Cache
The cacheType property lets you specify whether we should use a local or cache.
call(scope:com.asfusion.mate.actionLists:IScope, instance, method, args, parseArguments) — Method in class com.asfusion.mate.core.MethodCaller
The function used to call methods on objects.
CallBack — Class in package com.asfusion.mate.actions
When placed inside a IActionList tag and the list is executed, CallBack will call the function specified in the method attribute on the target of the event.
callMockHelperMethod() — Method in class com.asfusion.mate.testing.MockOperation
cancelable — Property in class com.asfusion.mate.actions.builders.EventAnnouncer
Indicates whether the behavior associated with the event can be prevented.
cancelable — Property in class com.asfusion.mate.events.Dispatcher
Indicates whether the behavior associated with the event can be prevented.
CANNOT_BIND — Constant static property in class com.asfusion.mate.utils.debug.LogTypes
Cannot bind
canWatch(host, name, commitOnly) — Static method in class com.asfusion.mate.utils.binding.SoftChangeWatcher
Lets you determine if the host exposes a data-binding event on the property.
category — Property in class com.asfusion.mate.utils.debug.Logger
The category this logger send messages for.
chain — Property in class com.asfusion.mate.core.Cache
A list of properties that has been accessed using the dot operator.
chain — Property in class com.asfusion.mate.core.SmartObject
A list of properties that has been accessed using the dot operator.
CHANGE — Constant static property in class com.asfusion.mate.events.DispatcherEvent
Type that indicates that the dispatcher has been changed.
channelSet — Property in class com.asfusion.mate.actions.builders.ServiceInvoker
Provides access to the ChannelSet used by the service.
clearCachedInstance(key, type, scope:com.asfusion.mate.actionLists:IScope) — Static method in class com.asfusion.mate.core.Cache
Removes an instance from the cache.
clearReferences() — Method in class com.asfusion.mate.actionLists.AbstractHandlers
Unregister as a listener and prepare to be garbage collected
clearReferences() — Method in class com.asfusion.mate.actionLists.EventHandlers
Unregister as a listener and prepare to be garbage collected
clearReferences() — Method in interface com.asfusion.mate.actionLists.IActionList
Unregister as a listener and prepare to be garbage collected
clearReferences() — Method in class com.asfusion.mate.actionLists.MessageHandlers
Unregister as a listener and prepare to be garbage collected
clone() — Method in class com.asfusion.mate.events.DispatcherEvent
Duplicates an instance of an Event subclass.
com.asfusion.mate.actionLists — Package
com.asfusion.mate.actions — Package
com.asfusion.mate.actions.builders — Package
com.asfusion.mate.actions.builders.serviceClasses — Package
com.asfusion.mate.core — Package
com.asfusion.mate.events — Package
com.asfusion.mate.ioc — Package
com.asfusion.mate.responses — Package
com.asfusion.mate.testing — Package
com.asfusion.mate.utils — Package
com.asfusion.mate.utils.binding — Package
com.asfusion.mate.utils.debug — Package
CommandInvoker — Class in package com.asfusion.mate.actions.builders
The CommandInvoker tag is very similar to the MethodInvokerr tag, but limited.
commitProperties() — Method in class com.asfusion.mate.actionLists.AbstractHandlers
Processes the properties set on the component.
commitProperties() — Method in class com.asfusion.mate.actionLists.EventHandlers
Processes the properties set on the component.
commitProperties() — Method in class com.asfusion.mate.actionLists.Injectors
Processes the properties set on the component.
commitProperties() — Method in class com.asfusion.mate.actionLists.MessageHandlers
Processes the properties set on the component.
complete(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.AbstractAction
The last method that trigger calls.
complete(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.DelegateInvoker
The last method that trigger calls.
complete(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ServiceInvoker
The last method that trigger calls.
concurrency — Property in class com.asfusion.mate.actions.builders.RemoteObjectInvoker
Value that indicates how to handle multiple calls to the same service.
constructorArguments — Property in class com.asfusion.mate.actions.builders.ObjectBuilder
The constructorArgs allows you to pass an Object or an Array of objects to the contructor when the instance is created.
constructorArguments — Property in class com.asfusion.mate.actions.builders.ServiceInvokerBuilder
The constructorArgs allows you to pass an Object or an Array of objects to the contructor when the instance is created.
constructorArguments — Property in class com.asfusion.mate.core.Cache
The constructorArgs allows you to pass an Array of objects to the contructor when the instance is created.
constructorArguments — Property in class com.asfusion.mate.events.Dispatcher
The constructorArgs allows you to pass an Object or an Array of objects to the contructor of the event when it is created by using the createAndDispatchEvent method.
consumer — Property in class com.asfusion.mate.actionLists.MessageHandlers
An internal reference to the Consumer instance
contentType — Property in class com.asfusion.mate.actions.builders.HTTPServiceInvoker
Type of content for service requests.
copyProperties(destination, properties) — Method in class com.asfusion.mate.events.Dispatcher
Copies the properties from an Object of name-value pairs to the destination.
create(loggerProvider:com.asfusion.mate.utils.debug:ILoggerProvider, notify, constructorArguments, cache) — Method in class com.asfusion.mate.core.Creator
A method that calls createInstance to create the object and logs any problem that may encounter.
createInnerHandlers(scope:com.asfusion.mate.actionLists:IScope, innerType, actionList, innerHandlersClass) — Method in class com.asfusion.mate.actions.AbstractServiceInvoker
Creates IActionList and sets the properties: debug, type, listeners, dispatcher and inheritScope in the newly IActionList (inner-handlers).
createInnerHandlers(scope:com.asfusion.mate.actionLists:IScope, innerType, actionList, innerDispatcher) — Method in class com.asfusion.mate.actions.builders.AsyncMethodInvoker
Creates IActionList and sets the properties: debug, type, listeners, dispatcher and inheritScope in the newly IActionList (inner-handlers).
createInstance(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.PropertyInjector
Creates an instance of the source class.
createInstance(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.EventAnnouncer
Where the currentInstance is created using the generator class as the template, passing arguments to the constructor as specified by the constructorArgs (if any).
createInstance(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ObjectBuilder
Where the currentInstance is created using the generator class as the template, passing arguments to the constructor as specified by the constructorArgs (if any).
createInstance(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ServiceInvokerBuilder
Where the currentInstance is created using the generator class as the template, passing arguments to the constructor as specified by the constructorArgs (if any).
createInstance(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ServiceResponseAnnouncer
createInstance(template, p) — Method in class com.asfusion.mate.core.Creator
It is the actual creation method.
createInstance() — Static method in class com.asfusion.mate.core.MateManager
Creates the IMateManager instance.
createResponder(token, dispatcher) — Method in class com.asfusion.mate.actions.builders.DelegateInvoker
Creates a responder for a given token.
Creator — Class in package com.asfusion.mate.core
Creator is a factory class that uses a template and an array of arguments to create objects.
Creator(classGenerator, dispatcher) — Constructor in class com.asfusion.mate.core.Creator
Constructor
CURENT_EVENT — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties
Current Event, different from the original event when a sub-action-list is running.
currentDispatcher — Property in class com.asfusion.mate.actionLists.AbstractHandlers
currentEvent — Property in class com.asfusion.mate.actionLists.Scope
Current Event, different from the original event when a sub-action-list is running.
currentEvent — Property in class com.asfusion.mate.core.EventMap
It refers to the currentEvent that made the action-list (or inner-action-list) execute.
currentIndex — Property in class com.asfusion.mate.actions.AbstractServiceInvoker
Index used to store groups of inner handlers.
currentIndex — Property in class com.asfusion.mate.actions.builders.AsyncMethodInvoker
Index used to store groups of inner handlers.
currentInstance — Property in class com.asfusion.mate.actions.AbstractAction
The currentInstance is the Object that this class will use and modify to do its work.
currentTarget — Property in interface com.asfusion.mate.actionLists.IScope
The current target that is using this scope.
currentTarget — Property in class com.asfusion.mate.actionLists.Scope
The current target that is using this scope.
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