blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal
Public Member Functions | Properties

GDAppServer Class Reference

Application server configuration. More...

#import <GDAppServer.h>

List of all members.

Public Member Functions

Properties


Detailed 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 (GDMac) function, or in the serverCluster property of a GDServiceProvider object.


Member Function Documentation

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

Property Documentation

- (NSString*) server [read, assign]
- (NSNumber*) port [read, assign]
- (NSNumber*) priority [read, assign]

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: