CreateServerConnectionInfo | Overloaded. Creates a new IFMEServerConnectionInfo for TCPIP communication. |
CreateService | Overloaded. Creates a new IFMEService. The service created is by default enabled but unnamed. Appropriate setters should be called on the service object. |
CreateTransformationRequest | Overloaded. Creates a new IFMETransformationRequest. No validation is performed on this method's parameters; thus, if the specified keyword or path does not exist, this will not be discovered until the user attempts to run the transformation. |
CreateTransformationResult | Overloaded. Creates a new IFMETransformationResult. The created Objectis empty and ready to be passed to the FME Server's transactJob(...) or getJobResult(...) methods to be filled with transformation result information. |
Disconnect | Disconnects the session with the FME Server. This should be called when a server session is no longer needed to free up resources. |
GetLogManager | Gets the log manager. |
GetNotificationManager | Gets the notification manager. |
GetProperty | Gets the specified property for the current session. |
GetRepositoryManager | Gets the repository manager. |
GetScheduleManager | Gets the schedule manager. |
GetSecurityManager | Gets the security manager. |
GetTransformationManager | Get the transformation manager. |
Init |