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.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 — Class in package com.asfusion.mate.core
The Cache allows getting cached objects within the event map's IActionList.
Cache(key) — Constructor in class com.asfusion.mate.core.Cache
Constructor
CACHE — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties
Cache of IAction instances
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.
callLater(method) — Method in interface com.asfusion.mate.core.IMateManager
Queues a function to be called later.
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
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.SmartObject
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(template) — Method in interface com.asfusion.mate.core.IMateManager
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.utils — 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.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.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(template, loggerProvider:com.asfusion.mate.utils.debug:ILoggerProvider, cache, parameters) — 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.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.
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() — 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
currentDispatcher — Property in class com.asfusion.mate.core.EventMap
Local storage for the current dispatcher.
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