Flash Remoting ActionScript classes
33
NetServices
(Deprecated)
Creates a gateway connection, sets a default gateway, and establishes a
Connection object for the gateway. The gateway is established by the Flash
Remoting software that resides on the application server.
Use the
NetServices.createGateWayConnection()
method to create a
gateway Connection object that connects your Flash application to a Flash
Remoting gateway on the application server. For more information on using
NetServices methods, see
“Using NetServices and Connection Classes”
on page 163
.
PendingCall
Generated on each call to a method of a Service object. Contains the
responder
property, which gets or sets a Responder object for a PendingCall
object. For more information on obtaining the result of a call to a service, see
“Using PendingCall and RelayResponder objects for a specific service
function” on page 45
.
RecordSet
Accesses and manipulates RecordSet objects returned by a service. Also,
creates client-side record sets. RecordSet objects typically represent SQL
query results and correspond to the ColdFusion Query objects and C#
System.Data.DataTable objects. RecordSet methods include functions to
create record sets and to add, delete, change, and get record set items. They
also can get information about the record set, sort the record set, define an
object to receive notifications when the record set changes, and set the way
the record set is delivered from the server.
For more information on using the RecordSet class, see
“About working with
RecordSet objects” on page 73
.
RelayResponder
A responder object that relays result and fault calls to corresponding functions
on the specified object. For more information, see
“Using the
RelayResponder object for a service” on page 44
.
RemotingConnector Provides an easy way for Flash Professional clients to call functions on
server-side objects that are deployed within ColdFusion, J2EE, or Microsoft’s
.NET. For more information, see
Chapter 3, “Using the RemotingConnector
component (Flash Professional only),” on page 53
and the
RemotingConnector class in the Flash Remoting ActionScript Dictionary.
ResultEvent
Returned as an argument to the result handling method that you specify in the
responder object. It contains the result that is returned by a service function.
For more information on using a ResultEvent object, see
“Handling service
results and errors” on page 43
.
Service
Represents a reference to a specific remote service and the methods that the
service exposes. Remote services consist of application server modules that
leverage technologies such as JavaBeans, Macromedia ColdFusion
Components (CFCs), CFML pages, ASP.NET web services and pages. For
more information, see
“Calling service functions” on page 41
.
Class
Purpose
Содержание FLASH REMOTING MX-USING FLASH REMOTING FOR FLASH MX 2004 ACTIONSCRIPT...
Страница 1: ...Using Flash Remoting for Flash MX 2004 ActionScript 2 0...
Страница 8: ...8 Contents...
Страница 62: ...62 Chapter 3 Using the RemotingConnector component Flash Professional only...
Страница 142: ...142 Chapter 7 Using Flash Remoting for Java...