Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.configuration.protocol.types.CfgStartupType

Packages that use CfgStartupType
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
 

Uses of CfgStartupType in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgStartupType
 CfgStartupType CfgService.getStartupType()
          

A type of solution/service startup.

 CfgStartupType CfgDeltaService.getStartupType()
          

A type of solution/service startup.

 CfgStartupType CfgDeltaApplication.getStartupType()
          A type of application startup.
 CfgStartupType CfgApplication.getStartupType()
          A type of application startup.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgStartupType
 void CfgService.setStartupType(CfgStartupType value)
          

A type of solution/service startup.

 

Uses of CfgStartupType in com.genesyslab.platform.applicationblocks.com.queries
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgStartupType
 CfgStartupType CfgApplicationQuery.getStartupType()
          Startup type of the application (see CfgStartupType ).
 

Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgStartupType
 void CfgApplicationQuery.setStartupType(CfgStartupType value)
          Startup type of the application (see CfgStartupType ).
 

Uses of CfgStartupType in com.genesyslab.platform.configuration.protocol.types
 

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgStartupType
static CfgStartupType CfgStartupType.CFGSUTAutomatic
          An automatic startup type.
static CfgStartupType CfgStartupType.CFGSUTDisabled
          The start of application is disabled i.e., application cannot be started either manually or automatic.
static CfgStartupType CfgStartupType.CFGSUTManual
          A manual startup type.
static CfgStartupType CfgStartupType.CFGSUTMaxStartupType
          The maximum value of this enumeration
static CfgStartupType CfgStartupType.CFGSUTNoStartupType
          The value of corresponding parameter has not changed
 

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgStartupType
static CfgStartupType CfgStartupType.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgStartupType CfgStartupType.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgStartupType
static java.util.Collection<CfgStartupType> CfgStartupType.values()
          Returns all values of the enumeration.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.