Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
FmsClientStats
FmsFileAttributeStructure for holding file attribute values
FmsVariantA tagged variant that holds values of various types
IFCAccessThe interface to an access event. Access events are implemented by the server and are passed to the plug-in in the onAccess() method of IFCAccessAdaptor. The plug-in can use this interface to get information about the access event. Based on the information provided, the plug-in can take appropriate action for that event
IFCAccessAdaptorThe interface of an Access plug-in. This is the interface that the server uses to access methods of the plug-in
IFCAccessContextThis interface is implemented by the server and provides the plug-in methods to query the server for information
IFmsAuthEvent::IFmsActionThe type of an action. If a plug-in subscribes to an event, the event posts to the plug-in first as a notification event. You can attach actions to notification event at that point. If an event is also an authorization event, it posts again as an authorization event. You can attach actions at that point also. Actions execute in the order in which you attach them to an event
IFmsAuthAdaptorThe interface to a response object provided to the Authorization plug-in. The server calls the appropriate method upon receiving the event
IFmsAuthEventThe interface to an event object provided to the Authorization plug-in
IFmsAuthServerContextThe interface to an asynchronous Authorization plug-in. The plug-in calls the methods on this class to initiate, cancel, or authorize asynchronous operations. The interface is subject to strict limited memory lifetime requirements, and pointers can be assumed to be valid only within the function call. The read and write buffers are an exception and are valid for the entire asynchronous operation. Strings are null-terminated and UTF-8 encoded
IFmsDisconnectActionDisconnects a specified client
IFmsFileAdaptorThe interface to an asynchronous File plug-in
IFmsFileResponseThe response interface provided to the File plug-in
IFmsNotifyActionCalls a method on a Client object or on an application object in a server-side script. You must define the method to be called in the server-side script
IFmsServerContextAn interface to access the server from the plug-in
FMS Adaptors Footer

 

©2009 Adobe Systems Incorporated.  All Rights Reserved.