Uses of Interface
com.redwood.scheduler.api.model.SAPApplicationServerGroup
-
Packages that use SAPApplicationServerGroup Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPApplicationServerGroup in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPApplicationServerGroup Modifier and Type Field Description static QueryObjectType<SAPApplicationServerGroup>
SAPApplicationServerGroup. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPApplicationServerGroup Modifier and Type Method Description RWIterable<SAPApplicationServerGroup>
SAPSystem. getSAPApplicationServerGroups()
Get anRWIterable
over an ordered collection ofSAPApplicationServerGroups
.Methods in com.redwood.scheduler.api.model with parameters of type SAPApplicationServerGroup Modifier and Type Method Description SAPApplicationServerProvider
SAPApplicationServer. createSAPApplicationServerProvider(SAPApplicationServerGroup newSAPApplicationServerGroup)
Create a newSAPApplicationServerProvider
linked to this object.SAPApplicationServerProvider
SAPApplicationServer. getSAPApplicationServerProviderBySAPApplicationServerGroup(SAPApplicationServerGroup sAPApplicationServerGroup)
Get the SAPApplicationServerProvider by SAPAppSrvProvider.void
AbstractConcreteObjectCallback. handle(SAPApplicationServerGroup theSAPApplicationServerGroup)
void
ConcreteObjectCallback. handle(SAPApplicationServerGroup theSAPApplicationServerGroup)
void
SAPXBPJobControlRule. setDefaultSAPApplicationServerGroup(SAPApplicationServerGroup newDefaultSAPApplicationServerGroup)
Set the value for DefaultSAPApplicationServerGroup. -
Uses of SAPApplicationServerGroup in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPApplicationServerGroup Modifier and Type Method Description Iterator<SAPApplicationServerGroup>
SAPSystemComp. getSAPApplicationServerGroups()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServerGroups()
instead.
-