• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDAppServer Class Reference

Application server configuration. More...

#import <BlackBerryDynamics/GD/GDAppServer.h>

Inheritance diagram for GDAppServer:

Description

This class is used to return the details of application server configuration. A collection of instances of this class will be in the GDAppConfigKeyServers value returned by the getApplicationConfig (GDiOS) function, or in the serverCluster property of a GDServiceProvider object.

Instance Methods

(instancetype) - initWithServer:andPort:andPriority:
 

Properties

NSString * server
 Server address. More...
 
NSNumber * port
 Server port number. More...
 
NSNumber * priority
 Server priority; lower numbers represent higher priority. More...
 

Method Documentation

◆ initWithServer:andPort:andPriority:

- (instancetype) initWithServer: (NSString *)  server
andPort: (NSNumber *)  port
andPriority: (NSNumber *)  priority 

Property Documentation

◆ server

- (NSString*) server
readnonatomicstrong

◆ port

- (NSNumber*) port
readnonatomicstrong

◆ priority

- (NSNumber*) priority
readnonatomicstrong

Numeric representation of the priority of this server within the cluster. Lower numbers represent higher priority, with 1 representing the highest.


The documentation for this class was generated from the following file: