Interface SAPApplicationServerProvider

    • Method Detail

      • getSAPApplicationServerGroup

        SAPApplicationServerGroup getSAPApplicationServerGroup()
        Get the SAPApplicationServerGroup.
        Returns:
        SAPApplicationServerGroup
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.
      • getSAPApplicationServer

        SAPApplicationServer getSAPApplicationServer()
        Get the SAPApplicationServer.
        Returns:
        SAPApplicationServer
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.