com.businessobjects.sdk.plugin.desktop.service
Interface IServiceBase.ServiceClass

Enclosing interface:
IServiceBase

public static interface IServiceBase.ServiceClass


Field Summary
static int CONTAINER_SUPPORT
          Specifies a Container Support service, which means this service should automatically be added to servers whose service container can host this service.
static int PRIMARY
          Specifies a Primary service.
static int SECONDARY
          Specifies a Secondary service.
static int SOLO_PRIMARY
          Specifies a Solo Primary service, which means this service is the only service that is going to run on a server.
static int SUPPORT
          Specifies a Support service.
 

Field Detail

PRIMARY

static final int PRIMARY
Specifies a Primary service.

See Also:
Constant Field Values

SECONDARY

static final int SECONDARY
Specifies a Secondary service.

See Also:
Constant Field Values

SOLO_PRIMARY

static final int SOLO_PRIMARY
Specifies a Solo Primary service, which means this service is the only service that is going to run on a server. You can't specify other primary service, or secondary service for the server

Since:
4.0
See Also:
Constant Field Values

SUPPORT

static final int SUPPORT
Specifies a Support service.

See Also:
Constant Field Values

CONTAINER_SUPPORT

static final int CONTAINER_SUPPORT
Specifies a Container Support service, which means this service should automatically be added to servers whose service container can host this service.

See Also:
Constant Field Values