Uses of Interface
com.redwood.scheduler.api.model.SAPApplicationServerProvider
-
Packages that use SAPApplicationServerProvider Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPApplicationServerProvider in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPApplicationServerProvider Modifier and Type Field Description static QueryObjectType<SAPApplicationServerProvider>
SAPApplicationServerProvider. 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 SAPApplicationServerProvider Modifier and Type Method Description RWIterable<SAPApplicationServerProvider>
SAPApplicationServer. getSAPApplicationServerProviders()
Get anRWIterable
over an ordered collection ofSAPApplicationServerProviders
.RWIterable<SAPApplicationServerProvider>
SAPApplicationServerGroup. getSAPApplicationServerProviders()
Get anRWIterable
over an ordered collection ofSAPApplicationServerProviders
.Methods in com.redwood.scheduler.api.model with parameters of type SAPApplicationServerProvider Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPApplicationServerProvider theSAPApplicationServerProvider)
void
ConcreteObjectCallback. handle(SAPApplicationServerProvider theSAPApplicationServerProvider)
-
Uses of SAPApplicationServerProvider in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPApplicationServerProvider Modifier and Type Method Description Iterator<SAPApplicationServerProvider>
SAPApplicationServerComp. getSAPApplicationServerProviders()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPApplicationServer.getSAPApplicationServerProviders()
instead.Iterator<SAPApplicationServerProvider>
SAPApplicationServerGroupComp. getSAPApplicationServerProviders()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPApplicationServerGroup.getSAPApplicationServerProviders()
instead.
-