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 |
receive — Event in class com.asfusion.mate.events.Listener |
|
The event that gets dispatched when an event of the type
specified in the type attribute is dispatched. |
register(target, uid) — Static method in class com.asfusion.mate.ioc.InjectorRegistry |
|
Register the target instance by dispatching an InjectorEvent . |
register() — Method in class com.asfusion.mate.ioc.InjectorTarget |
| |
registered — Property in class com.asfusion.mate.actionLists.EventHandlers |
|
Flag indicating if this EventHandlers tag is registered to listen to an event or not. |
registered — Property in class com.asfusion.mate.core.ListenerProxy |
|
Flag indicating if ListenerProxy is already listening for events
|
registerTarget — Property in class com.asfusion.mate.actions.builders.ObjectBuilder |
|
Registers the newly created object as an injector target. |
registerTarget — Property in class com.asfusion.mate.actions.builders.ServiceInvokerBuilder |
|
Registers the newly created object as an injector target. |
registerTarget — Property in class com.asfusion.mate.core.Cache |
|
Registers the newly created object as an injector target. |
RemoteObjectInvoker — Class in package com.asfusion.mate.actions.builders |
|
The RemoteObjectInvoker tag is used to create a RemoteObject instance and call
a method on the object created. |
remotePassword — Property in class com.asfusion.mate.actions.builders.ServiceInvoker |
|
Password to supply to setCredentials method
|
remoteUsername — Property in class com.asfusion.mate.actions.builders.ServiceInvoker |
|
Username to supply to setCredentials method
|
removeEventListener(type, listener, useCapture) — Method in class com.asfusion.mate.core.Cache |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type, listener, useCapture) — Method in class com.asfusion.mate.core.GlobalDispatcher |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type, listener, useCapture) — Method in class com.asfusion.mate.core.SmartObject |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(eventType, listener, useCapture) — Method in class com.asfusion.mate.events.Listener |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(eventType, listener, useCapture) — Method in class com.asfusion.mate.responses.ResponseHandler |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(eventType, listener, useCapture) — Method in class com.asfusion.mate.responses.ServiceResponseHandler |
|
Removes a listener from the EventDispatcher object. |
removeListener(type) — Method in class com.asfusion.mate.core.ListenerProxy |
|
Removes the listener from the dispatcher. |
removeLogger(logger) — Method in class com.asfusion.mate.utils.debug.Debugger |
|
Stops this target from receiving events from the specified logger. |
removeReponders(event) — Method in class com.asfusion.mate.events.Dispatcher |
|
After a response is back, this method removes all the reponders for a specific event. |
removeResponderListener(type, dispatcher) — Method in interface com.asfusion.mate.responses.IResponseHandler |
|
This method removes the response listener. |
removeResponderListener(type, dispatcher) — Method in class com.asfusion.mate.responses.ResponseHandler |
|
This method removes the response listener. |
removeResponderListener(type, dispatcher) — Method in class com.asfusion.mate.responses.ServiceResponseHandler |
|
This method removes the response listener. |
request — Property in class com.asfusion.mate.actions.builders.HTTPServiceInvoker |
|
Object of name-value pairs used as parameters to the URL. |
Request — Dynamic class in package com.asfusion.mate.actions.builders.serviceClasses |
|
Request allows you to add variables to an HTTPServiceInvoker
that will be set in an object as the request property of the HTTPService call. |
requestTimeout — Property in class com.asfusion.mate.actions.builders.ServiceInvoker |
|
Provides access to the request timeout in seconds for sent messages. |
reset(newHost) — Method in class com.asfusion.mate.utils.binding.SoftChangeWatcher |
|
Resets this ChangeWatcher instance to use a new host object. |
response — Event in class com.asfusion.mate.responses.ResponseHandler |
|
The event that gets dispatched when a response of the type
specified in the type attribute is dispatched. |
response(internalEvent:com.asfusion.mate.events:InternalResponseEvent) — Method in class com.asfusion.mate.responses.ResponseHandler |
|
This function is executed when a response is received. |
response — Event in class com.asfusion.mate.responses.ServiceResponseHandler |
|
The event that gets dispatched when a response of the type
"response" is dispatched. |
response(internalEvent:com.asfusion.mate.events:InternalResponseEvent) — Method in class com.asfusion.mate.responses.ServiceResponseHandler |
|
This function is executed when a response is received. |
RESPONSE — Constant static property in class com.asfusion.mate.events.ResponseEvent |
|
Indicates that a response has been received. |
ResponseAnnouncer — Class in package com.asfusion.mate.actions.builders |
|
The ResponseAnnouncer tag is placed inside a IActionList , so that when an object dispatches an event,
and the list runs, this tag will allow you to send responses directly to the object that dispatched the event. |
responseDispatcher — Property in interface com.asfusion.mate.core.IMateManager |
|
A reference to the IEventDispatcher instance used by the Response tag
|
responseDispatcher — Property in class com.asfusion.mate.events.Dispatcher |
|
Instance of the IEventDispatcher that will be used to dispatch all the reponses. |
ResponseEvent — Dynamic class in package com.asfusion.mate.events |
|
Event used by ServiceResponseHandler to notify
responses. |
ResponseEvent(type, bubbles, cancelable) — Constructor in class com.asfusion.mate.events.ResponseEvent |
|
Constructor
|
ResponseHandler — Class in package com.asfusion.mate.responses |
|
The ResponseHandler tag can be used to receive a response
from an event that was dispatched from a Dispatcher instance. |
responseHandlers — Property in class com.asfusion.mate.events.Dispatcher |
|
Array IResponseListeners that are interested in listening to responses
after the event is dispatched. |
resubscribeAttempts — Property in class com.asfusion.mate.actionLists.MessageHandlers |
|
The number of resubscribe attempts that the Consumer makes in the event that the destination is unavailable
or the connection to the destination fails. |
resubscribeInterval — Property in class com.asfusion.mate.actionLists.MessageHandlers |
|
The number of milliseconds between resubscribe attempts. |
result — Property in class com.asfusion.mate.actionLists.ServiceScope |
|
Result Object returned from the service
|
result — Property in class com.asfusion.mate.events.ResponseEvent |
|
Result Object from a service
|
result — Event in class com.asfusion.mate.responses.ServiceResponseHandler |
|
The event that gets dispatched when a response of the type
"result" is dispatched. |
RESULT — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties |
|
Result Object from a service
|
RESULT — Constant static property in class com.asfusion.mate.events.ResponseEvent |
|
Indicates that a result has been received. |
resultFormat — Property in class com.asfusion.mate.actions.builders.HTTPServiceInvoker |
|
Value that indicates how you want to deserialize the result returned by the HTTP call. |
resultHandlers — Property in class com.asfusion.mate.actions.AbstractServiceInvoker |
|
A set of inner-handlers to run when the server call returns a result. |
resultObject — Property in class com.asfusion.mate.core.EventMap |
|
It refers to the result returned by a service that made the inner-action-list (resultHandlers ) execute. |
rootCause — Property in class com.asfusion.mate.events.UnhandledMessageFaultEvent |
|
Provides access to the root cause of the failure, if one exists. |
rootURL — Property in class com.asfusion.mate.actions.builders.HTTPServiceInvoker |
|
The URL that the HTTPService object should use when computing relative URLs. |
rootURL — Property in class com.asfusion.mate.actions.builders.WebServiceInvoker |
|
The URL that the WebService object should use when computing relative URLs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.AbstractAction |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.CacheSetter |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.CallBack |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.DataCopier |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.InlineInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.ListenerInjector |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.PropertyInjector |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.StopHandlers |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.AsyncCommandInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.AsyncMethodInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.CommandInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.DelegateInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.EventAnnouncer |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.HTTPServiceInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.MethodInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ObjectBuilder |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.PropertySetter |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.RemoteObjectInvoker |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ResponseAnnouncer |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ServiceInvokerBuilder |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.ServiceResponseAnnouncer |
|
Where all the action occurs. |
run(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.builders.WebServiceInvoker |
|
Where all the action occurs. |
running — Property in class com.asfusion.mate.actionLists.Scope |
|
Flag that indicates whether IActionList is running or not. |
runSequence(scope:com.asfusion.mate.actionLists:IScope, actionList) — Method in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Goes over all the listeners (IAction s)
and calls the method trigger on them, passing the scope as an argument. |
|
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 |